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:
Margo Crawford 2022-01-21 09:58:04 -08:00
parent 3fc73c21d2
commit 62a8967db1
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ to authenticate federated identities from the Supervisor.
claims:
username: email
authorizationConfig:
additionalScopes: ['email']
additionalScopes: ['email', 'offline_access']
client:
secretName: my-oidc-identity-provider-client
EOF