Add id_token_signing_alg_values_supported to discovery endpoint.

This commit is contained in:
juanifioren 2015-07-17 11:52:58 -03:00
parent ec10aea981
commit 2de1394202

View file

@ -24,6 +24,8 @@ class ProviderInfoEndpoint(object):
dic['jwks_uri'] = SITE_URL + reverse('oidc_provider:jwks')
dic['id_token_signing_alg_values_supported'] = ['RS256']
# See: http://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes
dic['subject_types_supported'] = ['public']