Skip to content

Commit

Permalink
Use commented-out example value for scope
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ygk committed Feb 10, 2021
1 parent 9c302e3 commit 6ca0bd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,10 @@ auth:
$env: AUTH_OAUTH2_AUTH_URL
tokenUrl:
$env: AUTH_OAUTH2_TOKEN_URL
scope:
$env: AUTH_OAUTH2_SCOPE
###
# provide a list of scopes as needed for your OAuth2 Server:
#
# scope: saml-login-selector openid profile email
oidc:
development:
metadataUrl:
Expand Down

0 comments on commit 6ca0bd7

Please sign in to comment.