summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-046-6/+139
|\
| * Merge branch 'master' into 672-fix-null-expires-inJosh Holmer2019-07-031-1/+1
| |\
| | * Error in timestamp comparisonJonathan Huot2019-07-031-1/+1
| * | Merge branch 'master' into 672-fix-null-expires-inOmer Katz2019-06-2910-12/+319
| |\ \ | | |/
| | * Check for authorization response errorsMark Gregson2019-06-061-3/+6
| | * 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
| * | Handle null value in expires_in field in JSON handlerJosh Holmer2019-04-301-0/+18
* | | Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-131-0/+70
| |/ |/|
* | Merge branch 'master' into 670-pkce-requestinfoJonathan Huot2019-05-074-5/+195
|\ \
| * \ Merge branch 'master' into patch-1Jonathan Huot2019-05-073-3/+118
| |\ \
| | * \ Merge branch 'master' into oidc-hashesoidc-hashesJonathan Huot2019-05-061-1/+12
| | |\ \
| | | * | Add case-insensitive headers to oauth1 BaseEndpointJordan Gardner2019-05-011-1/+12
| | | |/
| | * | 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
|/