From 028a6c09fbfafdfbd8cddd6b19f277e2070e6bd3 Mon Sep 17 00:00:00 2001 From: Andrew Baek Date: Sun, 10 Aug 2025 17:54:57 +0400 Subject: [PATCH] Update index.mdx --- docs/features/sso/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/sso/index.mdx b/docs/features/sso/index.mdx index 4c3e1dfb..baae61a0 100644 --- a/docs/features/sso/index.mdx +++ b/docs/features/sso/index.mdx @@ -49,7 +49,7 @@ The following environment variables are required: 1. `GOOGLE_CLIENT_ID` - Google OAuth client ID 1. `GOOGLE_CLIENT_SECRET` - Google OAuth client secret -1. `OPENID_PROVIDER_URL` - Usually set to `https://accounts.google.com/.well-known/openid-configuration` for logout to work properly. +1. `OPENID_PROVIDER_URL` - Must be set for logout to work properly. (Usually to `https://accounts.google.com/.well-known/openid-configuration`) ### Microsoft