From 19b3196c67906f306be63fd98f3ea695653c4554 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 30 Mar 2026 17:26:29 +0200 Subject: [PATCH] docs: fix Prettier formatting in OIDC auth docs Signed-off-by: Patrik Oldsberg Made-with: Cursor --- docs/auth/oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index 9c3fb86f0e..77af72d0fa 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -89,7 +89,7 @@ These parameters have implicit default values. Don't override them unless you kn - `tokenEndpointAuthMethod` - `tokenSignedResponseAlg` - `additionalScopes`: Requests additional scopes on top of the default `openid profile - email` scopes. Do not configure `scope` directly, as the OIDC provider will reject +email` scopes. Do not configure `scope` directly, as the OIDC provider will reject configurations that include it. - `prompt`: Recommended to use `auto` so the browser will request sign-in to the identity provider if the user has no active session.