summaryrefslogtreecommitdiff
path: root/tests/openid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-041-1/+1
|\
| * Error in timestamp comparisonJonathan Huot2019-07-031-1/+1
* | Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-131-0/+70
|/
* 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
* 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
* Remove usage of "state" for code/token response.Jonathan Huot2019-02-221-1/+0
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-201-6/+10
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-294-0/+6
* Fix unit tests for new Dispatch attributes namesJonathan Huot2018-11-201-8/+8
* Fix OIDC tests (#565)Pieter Ennes2018-09-2111-38/+22
* Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-141-7/+7
* OpenID Connect split (#525)Wiliam Souza2018-06-0512-0/+996