Merge pull request #969 from vmware-tanzu/request-offline-access-in-docs

Request offline_access in the concierge with supervisor demo
This commit is contained in:
Margo Crawford 2022-01-21 10:24:04 -08:00 committed by GitHub
commit 70c99c6d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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