【发布时间】:2019-11-15 04:22:04
【问题描述】:
Spring Security SAML 使用的 OpenSAML-2 库很少,目前已停止支持。他们建议使用 OpenSAML 3。但是,在 Sprint 启动的 maven sn-p 之下,甚至可以使用 openSAML。有什么选择?
<dependencies>
<dependency>
<groupId>org.springframework.security.extensions</groupId> <artifactId>spring-security-saml2-core</artifactId>
<version>1.0.9.RELEASE</version>
</dependency>
</dependencies>
【问题讨论】: