From 9257025faeeda921cf459fdaa7981c58c5c23919 Mon Sep 17 00:00:00 2001 From: Taehong Gu Date: Wed, 2 Jul 2025 23:21:00 +0900 Subject: [PATCH] Add for OPENID_REDIRECT_URI variable --- docs/features/sso/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/features/sso/index.mdx b/docs/features/sso/index.mdx index f5e27182..7096c871 100644 --- a/docs/features/sso/index.mdx +++ b/docs/features/sso/index.mdx @@ -73,6 +73,7 @@ The following environment variables are used: 1. `OPENID_PROVIDER_URL` - OIDC well known URL, for example `https://accounts.google.com/.well-known/openid-configuration` 1. `OAUTH_PROVIDER_NAME` - Name of the provider to show on the UI, defaults to SSO 1. `OAUTH_SCOPES` - Scopes to request. Defaults to `openid email profile` +1. `OPENID_REDIRECT_URI` - The redirect URI configured in your OIDC application. This must be set to `/oauth/oidc/callback`. ### OAuth Role Management