Auto-sync: 2026-04-19 14:51

This commit is contained in:
2026-04-19 14:51:38 +08:00
parent 5ee507c33a
commit fc0dde291f
103 changed files with 3687 additions and 12 deletions

20
wiki/concepts/SAML.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: "SAML"
type: concept
tags: []
---
## Definition
Security Assertion Markup Language安全断言标记语言。基于 XML 的标准,用于在身份提供商和服务提供商之间交换身份验证和授权数据。
## Use Cases
- 单点登录SSO
- 多因素认证MFA集成
- 跨域身份验证
## Related Entities
- [[AppStream-2.0]]
- [[AWS-Workspaces]]
## Related Concepts
- [[BYOD]]