django-oidc-provider/oidc_provider/lib/utils
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
common.py Add Provider Configuration Information endpoint. 2015-03-04 16:24:41 -03:00
params.py Change name of the package. 2015-02-18 15:07:22 -03:00
token.py Add nonce in id_token when included in auth request 2015-07-10 14:44:26 +02:00