From 92960f8fc2c101b3dc864258c66931ac1bbdb3f6 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Jaramillo Date: Sun, 2 Oct 2022 19:17:54 -0500 Subject: [PATCH] Update docs/auth/oidc.md Co-authored-by: Patrik Oldsberg Signed-off-by: Carlos Esteban Lopez Jaramillo --- docs/auth/oidc.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index bfc77b2163..0d71e27cf3 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -225,7 +225,6 @@ auth: secret: ${SESSION_SECRET} providers: my-auth-provider: - # Note that you must define a session secret (see above) since the oidc provider requires session support. # 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