有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot 版本 3.1.0
本系列Spring Security 版本 6.1.0
源码地址:https://gitee.com/pearl-organization/study-spring-security-demo
1. 前言
Spring Security
提供了作为SP
服务提供方进行SAML 2.0
登录的功能,基于SAML 2.0
中Web Browser SSO Profile
标准规范实现。
自2009年以来,对依赖方SP
的支持一直作为一个扩展项目存在。在2019年,开始将其移植到Spring Security
本身。类似于2017
年开始的对Spring Security
的OAuth 2.0
支持的过程。
2. 案例演示
SAML 2.0
流程中&#x