django-oidc-provider/oidc_provider/tests
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
..
templates/accounts Clean templates in tests. 2015-06-23 15:05:47 -03:00
__init__.py Change name of the package. 2015-02-18 15:07:22 -03:00
test_authorize_endpoint.py Use decode with utf-8 encoding. 2015-07-01 17:20:16 -03:00
test_provider_info_endpoint.py Add provider info test. Add some msg to tests. 2015-03-06 12:56:35 -03:00
test_settings.py Clean logging on test settings. 2015-06-15 17:23:47 -03:00
test_token_endpoint.py Add nonce in id_token when included in auth request 2015-07-10 14:44:26 +02:00
test_urls.py adding test settings, templates.. 2015-06-08 13:01:09 -03:00
test_userinfo_endpoint.py Add tests for scope validation in userinfo endpoint. 2015-05-07 16:08:12 -03:00
utils.py Add test for user consent skip feature. 2015-06-23 16:32:12 -03:00