From 736aa863b9368b30fcaaddfe2630df143b12e4b4 Mon Sep 17 00:00:00 2001 From: Ansh Srivastava <94113096+Ansh1372@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:32:18 +0530 Subject: [PATCH] fix: correct Feishu OAuth env var names to match code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes open-webui/open-webui#24094 FEISHU_CLIENT_SCOPE → FEISHU_OAUTH_SCOPE FEISHU_CLIENT_REDIRECT_URI → FEISHU_REDIRECT_URI Updated docs to match what the code actually reads. --- docs/reference/env-configuration.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/env-configuration.mdx b/docs/reference/env-configuration.mdx index 4261d8d1c..fcc02b805 100644 --- a/docs/reference/env-configuration.mdx +++ b/docs/reference/env-configuration.mdx @@ -5309,14 +5309,14 @@ See https://open.feishu.cn/document/sso/web-application-sso/login-overview - Description: Sets the client secret for Feishu OAuth. - Persistence: This environment variable is a `PersistentConfig` variable. -#### `FEISHU_CLIENT_SCOPE` +#### `FEISHU_OAUTH_SCOPE` - Type: `str` - Default: `contact:user.base:readonly` - Description: Specifies the scope for Feishu OAuth authentication. - Persistence: This environment variable is a `PersistentConfig` variable. -#### `FEISHU_CLIENT_REDIRECT_URI` +#### `FEISHU_REDIRECT_URI` - Type: `str` - Description: Sets the redirect URI for Feishu OAuth.