Add id_token_signing_alg_values_supported to discovery endpoint.
This commit is contained in:
parent
ec10aea981
commit
2de1394202
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ class ProviderInfoEndpoint(object):
|
||||||
|
|
||||||
dic['jwks_uri'] = SITE_URL + reverse('oidc_provider:jwks')
|
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
|
# See: http://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes
|
||||||
dic['subject_types_supported'] = ['public']
|
dic['subject_types_supported'] = ['public']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue