summaryrefslogtreecommitdiff
path: root/oauthlib/openid/connect/core
Commit message (Expand)AuthorAgeFilesLines
* Move refresh_id_token to validator functionNikos Sklikas2021-06-032-4/+14
* Add support for refreshing ID TokensNikos Sklikas2021-06-032-0/+37
* per @JonathanHuot use existing get_token_from_header()Alan Crosswell2021-05-291-13/+5
* handle another case of assuming the token starts after 'Bearer 'Alan Crosswell2021-05-291-5/+6
* Fix Authorization header that is not a Bearer to not return a tokenAlan Crosswell2021-05-291-1/+3
* Properly handle prompt=noneNikos Sklikas2021-05-013-41/+1
* Use request.nonce when generating hybrid id tokenTom Evans2021-02-121-0/+3
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-128-8/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-109-35/+36
* Merge branch 'master' into doc-oidcJonathan Huot2020-01-291-1/+1
|\
| * Fix simple typo: wich -> which (#710)Tim Gates2019-11-121-1/+1
* | Improved OIDC documentationdoc-oidcJonathan Huot2019-10-281-4/+13
|/
* Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-221-28/+28
* The future is nowHugo2019-08-1510-21/+0
* Upgrade Python syntax with pyupgradeHugo2019-08-156-8/+8
* Drop support for legacy Python 2.7Hugo2019-08-151-2/+1
* Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-134-1/+148
* Removed wrong assumption from copy/paste of get_autho.._scopes.Jonathan Huot2019-04-291-3/+2
* Fix typo gave/haveJonathan Huot2019-04-291-2/+2
* Fix docstring about return valueJonathan Huot2019-04-291-1/+1
* Python2.7 compatibleJonathan Huot2019-03-261-2/+2
* Add unittests for OIDC GrantTypeBase.Jonathan Huot2019-03-261-3/+3
* Use native operator instead type conversionJonathan Huot2019-03-261-1/+1
* Renamed fill into finalize to add clarityJonathan Huot2019-03-262-5/+5
* Add c_hash. Add summary about when nonce/hashes are added to id_tokenJonathan Huot2019-02-281-0/+29
* Add technicals fields of `id_token` in oauthlib OIDC supportJonathan Huot2019-02-284-9/+154
* OIDC: Raise error=invalid_request when nonce is mandatoryJonathan Huot2019-02-253-25/+46
* Fix 652: removed "state" from /token response.Jonathan Huot2019-02-203-4/+6
* Fix issue when using Metadata Endpoint with OIDC PreConfigured server.fix-metadata-openid-serverJonathan Huot2018-12-141-2/+4
* Replaced distinct classes by a more unified one.Jonathan Huot2018-11-202-25/+30
* Import OIDC main classes identically than OAuth2Jonathan Huot2018-11-201-0/+11
* Fix OIDC tests (#565)Pieter Ennes2018-09-213-17/+19
* redid the docstring fixesjonathan vanasco2018-09-101-7/+14
* The id_token_hint parameter isn't required by the OIDC spec. (#559)Pieter Ennes2018-07-021-6/+0
* OpenID Connect split (#525)Wiliam Souza2018-06-0512-0/+1003