django-oidc-provider/oidc_provider/lib/endpoints
Maarten van Schaik a4fcf956c2 Add nonce in id_token when included in auth request
http://openid.net/specs/openid-connect-core-1_0.html#IDToken

If present in the Authentication Request, Authorization Servers MUST
include a nonce Claim in the ID Token with the Claim Value being the
nonce value sent in the Authentication Request.

This patch adds the nonce to the id_token.
2015-07-10 14:44:26 +02:00
..
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
authorize.py Rename setting. 2015-06-24 12:40:00 -03:00
discovery.py Add Provider Configuration Information endpoint. 2015-03-04 16:24:41 -03:00
token.py Add nonce in id_token when included in auth request 2015-07-10 14:44:26 +02:00
userinfo.py Refactoring error logging. 2015-06-19 17:46:00 -03:00