provider/oidc(minor): include claims in id_token
This commit is contained in:
@ -5,3 +5,4 @@ INSTALLED_APPS = [
|
||||
]
|
||||
|
||||
OIDC_AFTER_USERLOGIN_HOOK = "passbook.providers.oidc.lib.check_permissions"
|
||||
OIDC_IDTOKEN_INCLUDE_CLAIMS = True
|
||||
|
Reference in New Issue
Block a user