provider/oidc(minor): include claims in id_token

This commit is contained in:
Langhammer, Jens
2019-11-11 13:19:54 +01:00
parent 80ea7c40b7
commit 08f0aca894
2 changed files with 38 additions and 37 deletions

View File

@ -5,3 +5,4 @@ INSTALLED_APPS = [
]
OIDC_AFTER_USERLOGIN_HOOK = "passbook.providers.oidc.lib.check_permissions"
OIDC_IDTOKEN_INCLUDE_CLAIMS = True