【发布时间】:2019-06-25 14:31:21
【问题描述】:
我有一个使用 spring security saml 的 spring boot v.5+ 应用程序。
当调用 idp 发起的 SingleLogout 请求时,我收到一条错误消息:
org.springframework.security.saml.SAMLStatusException: LogoutRequest is required to be signed by the entity policy
在我的服务提供商中是否有禁用 LogoutRequest 签名的选项?
【问题讨论】:
标签: spring-boot spring-security-saml2