mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
feat(authelia): description of custom claims
Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -13,12 +13,13 @@ configs:
|
||||
clientID: 'argocd'
|
||||
clientSecret: $oidc:authelia.clientSecret
|
||||
cliClientID: 'argocd-cli'
|
||||
requestedScopes: [ 'openid', 'profile', 'email', 'offline_access', 'argocd' ]
|
||||
requestedScopes: [ 'openid' ]
|
||||
enableUserInfoGroups: true
|
||||
requestedIDTokenClaims:
|
||||
argocd: { essential: true }
|
||||
profile: { essential: false }
|
||||
email: { essential: false }
|
||||
name: { essential: false }
|
||||
preferred_username: { essential: false }
|
||||
offline_access: { essential: false }
|
||||
userInfoPath: /api/oidc/userinfo
|
||||
userInfoCacheExpiration: '5m'
|
||||
|
||||
Reference in New Issue
Block a user