docs: fix Prettier formatting in OIDC auth docs

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-30 17:26:29 +02:00
parent bf1eb45609
commit 19b3196c67
+1 -1
View File
@@ -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.