summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'master' into oidc-hashesJonathan Huot2019-04-262-0/+19
| | |\ \ | | | |/
| | * | Python2.7 compatibleJonathan Huot2019-03-261-2/+2
| | * | Add unittests for OIDC GrantTypeBase.Jonathan Huot2019-03-261-0/+104
| | * | Renamed fill into finalize to add clarityJonathan Huot2019-03-261-2/+2
| * | | Add valid testcaseY.Umezaki2019-05-071-0/+28
| * | | Add token tests from #491Y.Umezaki2019-05-071-2/+49
| | |/ | |/|
* | | Fix 670. AuthCode API must return the new PKCE attribute670-pkce-requestinfoJonathan Huot2019-04-261-2/+4
|/ /
* | Add method to get/set debug flagAbhishek Patel2019-04-212-0/+19
|/
* Fixed missing references in unittestsJonathan Huot2019-02-283-5/+5
* Added missing import after test movedJonathan Huot2019-02-251-2/+5
* Move HybridGrant test into its respective file.Jonathan Huot2019-02-252-75/+76
* Add nonce mandatory check for "id_token" response_typeJonathan Huot2019-02-251-0/+21
* Add nonce auth request check for authorization_codeJonathan Huot2019-02-251-0/+14
* OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-251-7/+53
* Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-251-1/+0
|\
| * Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-1/+0
* | Renamed construct_base_string to signature_base_string.Hoylen Sue2019-02-221-6/+6
* | Merge branch 'master' into fix-uri-normalizationJonathan Huot2019-02-213-31/+39
|\ \ | |/
| * 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-203-30/+37
* | Fixed space encoding in base string URI used in the signature base string.Hoylen Sue2019-02-191-8/+19
|/
* Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)Jonathan Huot2019-01-112-2/+57
* Fix invalid escape sequence in tests (#637)Jon Dufresne2018-12-271-1/+1
* 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
* | Merge pull request #624 from oauthlib/preconf-server-metadataJonathan Huot2018-12-111-0/+61
|\ \
| * | 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
* | | Merge branch 'master' into 601-pkce-supportJonathan Huot2018-12-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * `invalid_scope` status code should be 400Benjamin Pereto2018-12-031-1/+1
* | Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-2911-0/+139
|/
* Merge branch 'master' into 613-oidc-dispatcher613-oidc-dispatcherJonathan Huot2018-11-231-0/+38
|\
| * 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 unit tests for new Dispatch attributes namesJonathan Huot2018-11-201-8/+8
|/
* Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-2113-40/+24
|\
| * Fix OIDC tests (#565)Pieter Ennes2018-09-2112-39/+23
| * Merge branch 'master' into invalid-grant-should-respond-with-400Omer Katz2018-09-209-42/+68
| |\
| * \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-133-2/+18
| |\ \
| * \ \ Merge branch 'master' into invalid-grant-should-respond-with-400Jonathan Huot2018-08-121-0/+2
| |\ \ \
| * | | | `invalid_grant` status code should be 400Free Duerinckx2018-07-041-1/+1
* | | | | * changed "function definition" to "function signature" in two docstringsjonathan vanasco2018-09-201-1/+0
* | | | | Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...jonathan vanasco2018-09-175-41/+23
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix-585_client_idJonathan Huot2018-09-175-41/+23
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' into 431-customexceptionJonathan Huot2018-09-154-41/+19
| | |\ \ \ \