summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints
Commit message (Expand)AuthorAgeFilesLines
* OpenID Connect split (#525)Wiliam Souza2018-06-052-190/+0
* Added initial introspect supportJonathan Huot2017-12-181-0/+132
* OpenID connect improvements (#484)Wiliam Souza2017-10-012-2/+2
* Add test for nonce parameter preservation.Pieter Ennes2017-09-171-0/+12
* Sorted imports.Omer Katz2017-09-1710-43/+61
* adjust the test for the new exceptionOren Mazor2017-06-142-2/+2
* Add test for prompt=none exclusiveness.Pieter Ennes2017-04-021-0/+18
* Merge pull request #453 from kippandrew/fix-revocation-public-clientsOmer Katz2017-03-311-14/+24
|\
| * Python 3 fixesAndy Kipp2016-12-061-1/+1
| * Fix testsAndy Kipp2016-12-061-13/+23
* | Adds failing testBrendan McCollam2016-12-201-0/+50
|/
* Normalize handling of request.scopes listJoel Stevenson2016-11-211-24/+33
* Reworking the handling of claims. @bjmc was quite right to question the hast...Joel Stevenson2016-05-061-0/+107
* add token_type_hint to the list of default Request paramsMassimiliano Pippi2015-07-201-0/+8
* Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-07-191-0/+12
* Fix management of rfc6749 errorsfabio2015-07-062-55/+82
* Fix tests for #300 mergedHsiaoming Yang2015-07-061-5/+3
* Merge pull request #300 from jbkkd/masterHsiaoming Yang2015-07-061-1/+1
|\
| * Updated revocation testOmer Korner2014-11-261-1/+1
* | Handle empty/non-parsable query stringsDan Berglund2015-06-261-0/+11
* | Add code to determine if client authentication is required for OAuth2 endpoin...Weipin Xia2015-05-071-0/+12
|/
* Allow invalid token_type_hint.Rodney Richardson2014-10-071-11/+2
* Make jsonp support in revocation endpoint optional.Ib Lundgren2014-09-251-4/+14
* Draft 11 Token Revocation Endpoint.Ib Lundgren2013-09-171-0/+65
* Restructure OAuth2 tests.Ib Lundgren2013-09-129-0/+1032