docs: Add SSO Markdown Doc (#4334)

* add sso doc

* fix comment
This commit is contained in:
gggaaallleee
2025-03-27 11:46:36 +08:00
committed by GitHub
parent 17b20270e1
commit 8999dc5b8c
22 changed files with 533 additions and 44 deletions

View File

@@ -6,6 +6,27 @@ draft: false
toc: true
weight: 799
---
## 更新指南
v4.9.2 升级需要迁移已有的 SSO 相关配置。
### 影响范围
使用:
1. 钉钉
2. 飞书
3. 企微
接入 FastGPT 的系统,需要额外部署 FastGPT-sso-service 中转镜像服务。
### 迁移步骤
参考:[SSO & 外部成员同步](/docs/guide/admin/sso.md)中的配置进行迁移。
1. 将原商业版后台中的相关配置项复制备份出来(以企微为例,将 AppId, Secret 等复制出来)
2. 参考上述文档,部署 SSO 服务,配置相关的环境变量
3. 如果原先使用组织架构和用户同步功能,在商业版后台切换团队模式为“同步模式”
![](/imgs/sso_update1.png)
## 重要提示