Request offline_access in the concierge with supervisor demo
It's a generic config and not OIDC provider specific but since most providers require it it seems like the best default.
This commit is contained in:
parent
3fc73c21d2
commit
62a8967db1
@ -135,7 +135,7 @@ to authenticate federated identities from the Supervisor.
|
|||||||
claims:
|
claims:
|
||||||
username: email
|
username: email
|
||||||
authorizationConfig:
|
authorizationConfig:
|
||||||
additionalScopes: ['email']
|
additionalScopes: ['email', 'offline_access']
|
||||||
client:
|
client:
|
||||||
secretName: my-oidc-identity-provider-client
|
secretName: my-oidc-identity-provider-client
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user