django-oidc-provider/oidc_provider/lib
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
..
endpoints Add nonce in id_token when included in auth request 2015-07-10 14:44:26 +02:00
utils Add nonce in id_token when included in auth request 2015-07-10 14:44:26 +02:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
claims.py Add urllib and change iteritems() with items(). 2015-07-01 16:43:35 -03:00
errors.py Add urllib and change iteritems() with items(). 2015-07-01 16:43:35 -03:00