summaryrefslogtreecommitdiff
path: root/tests/oauth2/rfc6749/endpoints
Commit message (Expand)AuthorAgeFilesLines
* Fixed isort importsDariusz Smigiel2022-06-161-1/+2
* Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)Theron Luhn2022-03-061-0/+10
* Add `Access-Control-Allow-Origin` header to metadata endpoint.Theron Luhn2021-12-131-0/+15
* rm comma after Bearer in WWW-Authenticate headerkamenev2021-11-142-4/+4
* Replace deprecated unittest aliasesHugo van Kemenade2021-08-181-4/+4
* Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1010-42/+46
* Use unittest.mock instead of external mockMichał Górny2020-03-168-8/+8
* The future is nowHugo2019-08-1510-20/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-4/+1
* Drop support for legacy Python 2.7Hugo2019-08-151-3/+3
* 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