我们希望我们的(struts 1.3)应用程序通过Okta SSO与SAML集成。我在谷歌搜索但没看到任何例子。请告诉我“(struts 1.3)应用程序通过Okta SSO与SAML集成”并提供一些示例代码。
提前致谢...
答案 0 :(得分:0)
Okta提供了有关在此处集成Spring Security SAML的相关指南:http://developer.okta.com/docs/guides/spring_security_saml.html
Spring还有一些关于该主题的文档:http://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/html/chapter-idp-guide.html#d5e1816
答案 1 :(得分:0)
解决此问题的一种方法是首先将Struts 1.3应用程序与Spring Security集成。我自己没有做过这种集成 - 但是在这个问题上似乎有一些线索 - 如果你搜索" struts spring security"
How to integrate an old Struts application with Spring 3.x
https://spring3mvc.wordpress.com/2012/06/25/spring-security-with-struts-1-3/
http://classfoundexception.blogspot.com/2012/04/how-to-secure-struts-13-application.html
之后,请按照此处的指导 - http://developer.okta.com/docs/guides/spring_security_saml.html - 启用您的应用SAML。然后,您将在Okta中配置应用程序实例,以使Okta成为应用程序的IDP。我没有比这更详细的信息,因为我自己也没有尝试过 - 但希望这会引导你走上正确的道路。