Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
be72dda4
authored
Jun 20, 2025
by
Deepturn
Committed by
GitHub
Jun 20, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update sso.md (#5053)
修改文档示例环境变量
parent
d44befef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
docSite/content/zh-cn/docs/guide/admin/sso.md
+4
-3
No files found.
docSite/content/zh-cn/docs/guide/admin/sso.md
View file @
be72dda4
...
@@ -136,10 +136,9 @@ fastgpt-sso:
...
@@ -136,10 +136,9 @@ fastgpt-sso:
networks:
networks:
- fastgpt
- fastgpt
environment:
environment:
-
SSO_PROVIDER
=
example
-
AUTH_TOKEN
=
xxxxx
# 飞书 - feishu -如果是私有化部署,这里的配置前缀可能会有变化
# 飞书 - feishu -如果是私有化部署,这里的配置前缀可能会有变化
-
SSO_PROVIDER
=
feishu
-
SSO_PROVIDER
=
feishu
-
AUTH_TOKEN
=
xxxxx
# oauth 接口(公开的飞书不用改)
# oauth 接口(公开的飞书不用改)
-
SSO_TARGET_URL
=
https://accounts.feishu.cn/open-apis/authen/v1/authorize
-
SSO_TARGET_URL
=
https://accounts.feishu.cn/open-apis/authen/v1/authorize
# 获取token 接口(公开的飞书不用改)
# 获取token 接口(公开的飞书不用改)
...
@@ -268,8 +267,8 @@ fastgpt-sso:
...
@@ -268,8 +267,8 @@ fastgpt-sso:
networks:
networks:
- fastgpt
- fastgpt
environment:
environment:
-
AUTH_TOKEN
=
xxxxx
-
SSO_PROVIDER
=
wecom
-
SSO_PROVIDER
=
wecom
-
AUTH_TOKEN
=
xxxxx
# oauth 接口,在企微终端使用
# oauth 接口,在企微终端使用
-
WECOM_TARGET_URL_OAUTH
=
https://open.weixin.qq.com/connect/oauth2/authorize
-
WECOM_TARGET_URL_OAUTH
=
https://open.weixin.qq.com/connect/oauth2/authorize
# sso 接口,扫码
# sso 接口,扫码
...
@@ -347,6 +346,8 @@ fastgpt-sso:
...
@@ -347,6 +346,8 @@ fastgpt-sso:
networks:
networks:
-
fastgpt
-
fastgpt
environment:
environment:
-
SSO_PROVIDER=oauth2
-
AUTH_TOKEN=xxxxx
# OAuth2.0
# OAuth2.0
# === 请求地址 ===
# === 请求地址 ===
# 1. OAuth2 登陆鉴权地址 (必填)
# 1. OAuth2 登陆鉴权地址 (必填)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment