From 155a727f3e072a788fb503808cbcf2dd242d7ed1 Mon Sep 17 00:00:00 2001 From: Havrileck Alexandre Date: Wed, 20 Jan 2021 19:55:04 +0100 Subject: [PATCH] docs: Correct wrong openid scope example in configuration example --- conf/config-example.yaml | 4 ++-- docs/configuration.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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