diff --git a/conf/config-example.yaml b/conf/config-example.yaml index 7b52a906..daa7973e 100644 --- a/conf/config-example.yaml +++ b/conf/config-example.yaml @@ -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 diff --git a/docs/configuration.md b/docs/configuration.md index 1c0397ad..e18bf85d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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