Skip to content

Commit

Permalink
docs: Correct wrong openid scope example in configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jan 20, 2021
1 parent c613b47 commit 155a727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ log:
# state: my-secret-state-key # do not use this in production ! put something random here
# issuerUrl: https://issuer-url/
# redirectUrl: http://localhost:8080/ # /auth/oidc/callback will be added automatically
# scopes: # OIDC Scopes (defaults: oidc, email, profile)
# - oidc
# scopes: # OIDC Scopes (defaults: openid, email, profile)
# - openid
# - email
# - profile
# groupClaim: groups # path in token
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ log:
# state: my-secret-state-key # do not use this in production ! put something random here
# issuerUrl: https://issuer-url/
# redirectUrl: http://localhost:8080/ # /auth/oidc/callback will be added automatically
# scopes: # OIDC Scopes (defaults: oidc, email, profile)
# - oidc
# scopes: # OIDC Scopes (defaults: openid, email, profile)
# - openid
# - email
# - profile
# groupClaim: groups # path in token
Expand Down

0 comments on commit 155a727

Please # to comment.