summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints
Commit message (Expand)AuthorAgeFilesLines
* Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...Abhishek Patel2019-05-144-19/+79
* Ban all query parameters on Intropspection, Token and Revocation endpopointAbhishek Patel2019-05-143-18/+11
* Add tests + create a global variable for blacklisted query parametersAbhishek Patel2019-05-143-0/+59
* Removed useless set_state internal functionJonathan Huot2019-02-211-7/+1
* Add authorization "state" preservation back for AuthCodeJonathan Huot2019-02-211-0/+7
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-12/+0
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-2/+57
* Fix issue when using Metadata Endpoint with OIDC PreConfigured server.Jonathan Huot2018-12-141-0/+27
* Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-132-8/+33
|\
| * Add Content-Type and Cache headers to introspect/revocation errorsJonathan Huot2018-12-132-8/+33
| * Add double-quotes to the key/values in WWW-Authenticate264-status401Jonathan Huot2018-12-122-4/+4
| * Used WWW-Authenticate and auth-param values as RFC6750 described it.Jonathan Huot2018-12-122-4/+4
| * Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.Jonathan Huot2018-12-042-4/+4
* | Sort dict and list in dict values for py27/36 compatpreconf-server-metadataJonathan Huot2018-11-301-2/+10
* | Add Server metadata test and fix metadata.Jonathan Huot2018-11-301-0/+53
* | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-295-0/+6
|/
* Allow custom provider to override oauthlib valuesoauth-metadataJonathan Huot2018-11-211-0/+10
* Initial OAuth Authorization Server Metadata RFC8414Jonathan Huot2018-10-251-0/+28
* Fix test_error_catching.Theron Luhn2018-09-021-1/+3
* Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-151-0/+16
|\
| * Add syntax check of get_default_redirect_uriJonathan Huot2018-07-301-0/+16
* | Add test when no redirecturi & no defaultJonathan Huot2018-08-151-0/+9
* | Restore confirm = False testJonathan Huot2018-08-151-0/+2
* | confirm_r. is called after auth_clientJonathan Huot2018-07-301-1/+0
* | Call get_default_redirect_uri if no redirect_uri in token reqJonathan Huot2018-07-301-0/+21
|/
* 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