docs: 添加 SSO 单点登录 — SAML 与 OAuth2.0
Deploy Docs / deploy (push) Successful in 36s

This commit is contained in:
2026-09-14 21:34:52 +08:00
parent f4e4ceb070
commit 7f981a2b41
2 changed files with 436 additions and 0 deletions
+2
View File
@@ -125,6 +125,8 @@ nav:
- 缓存雪崩: architecture/cache/cache-avalanche.md
- 缓存穿透: architecture/cache/cache-penetration.md
- 多级缓存与读写策略: architecture/cache/cache-multilevel-read-write.md
- SSO 单点登录:
- SAML 与 OAuth2.0: architecture/sso/sso-saml-oauth2.md
- 算法:
- algorithm/index.md
- 布隆过滤器: