From 90101b092e15748b8e842a2a358e60fba6743881 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Sun, 2 Oct 2022 19:21:55 -0500 Subject: [PATCH] Update docs/auth/oidc.md Co-authored-by: Patrik Oldsberg Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/auth/oidc.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index 5c68043d7a..321559440e 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -215,10 +215,6 @@ auth: secret: ${SESSION_SECRET} providers: my-auth-provider: - # Note that by default, this provider will use the 'none' prompt which assumes that your are already logged on in the IDP. - # You should set prompt to: - # - auto: will let the IDP decide if you need to log on or if you can skip login when you have an active SSO session - # - login: will force the IDP to always present a login form to the user development: metadataUrl: ${AUTH_OIDC_METADATA_URL} clientId: ${AUTH_OIDC_CLIENT_ID}