【发布时间】:2015-01-23 16:35:32
【问题描述】:
我遵循了第 12.0 章关于使用 spring 和 adfs 作为 IdP 的说明:http://docs.spring.io/spring-security-saml/docs/1.0.x-SNAPSHOT/reference/pdf/spring-security-saml-reference.pdf
但我在测试 SSO 时有一个例外:
org.opensaml.common.SAMLException: NameID element must be present as part of the Subject in the Response message, please enable it in the IDP configuration
我添加了文档中描述的规则 NameID。 我们在一台服务器上使用 ADFS 3.0,在另一台 Linux 服务器上使用 Tomcat,但我认为它不会对此产生影响...... 我找不到解决方法,有人(@vschafer?)有建议吗?
提前致谢!
【问题讨论】:
标签: spring-security adfs spring-saml