我开始使用新的Spring项目,我计划使用SSO.我有红色的博客,并了解Spring安全SAML将是SP的最佳解决方案.
所以我已经实现了Spring网站https://github.com/SpringSource/spring-security-saml提供的Spring Security SAML示例应用程序作为SP以及Shibboleth IDP.
IDP与LDAP服务器连接.我能够执行Spring安全性示例应用程序.
我很困惑如何使用这个Spring安全SAML扩展以及多个spring项目.
有关构建Spring SAML项目与多个Spring MVC应用程序集成的任何示例链接或建议都会有所帮助.