Include standard claims in ID tokens
This commit is contained in:
parent
51a480569a
commit
8c464ba77a
1 changed files with 2 additions and 1 deletions
|
@ -129,4 +129,5 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
|
||||||
# OIDC Configuration
|
# OIDC Configuration
|
||||||
|
|
||||||
OIDC_USERINFO = 'core.oidc.userinfo'
|
OIDC_USERINFO = 'core.oidc.userinfo'
|
||||||
|
OIDC_IDTOKEN_INCLUDE_CLAIMS = True
|
Loading…
Reference in a new issue