# SAML2.0登录
SAML2.0登录特性为应用程序提供了充当SAML2.0依赖方的能力,使用户log in (opens new window)通过使用其在SAML2.0声明方(OKTA、ADFS等)的现有帐户来访问应用程序。
SAML2.0登录是通过使用Web浏览器SSO配置文件实现的,如SAML2配置文件 (opens new window)中所指定的。 |
---|
自2009年以来,对依赖方的支持以扩展项目 (opens new window)的形式存在。2019年,该过程开始将其移植到Spring Security (opens new window)proper中。这个过程类似于2017年开始的Spring Security’s OAuth 2.0 support的过程。
SAML2.0登录 (opens new window)的工作示例在Spring Security Samples repository (opens new window)中可用。 |
---|
# 章节摘要
← SAML2 SAML2.0登录概述 →