0

我们希望我们的(struts 1.3)应用程序通过 Okta SSO 与 SAML 集成。我在谷歌搜索但没有看到任何例子。请就“(struts 1.3)应用程序通过Okta SSO与SAML集成”向我提出建议并提供一些示例代码。

提前致谢...

4

2 回答 2

0

One way to approach this is to do an integration your Struts 1.3 app with Spring Security first. I have not done this integration myself - but there seems to be a few threads on this subject - if you search for "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

Afterwards, follow the guidance here - http://developer.okta.com/docs/guides/spring_security_saml.html - to SAML-enable your app. You will then configure an app instance in Okta to make Okta as the IDP of your application. I don't have anything more detailed than this as I haven't tried this myself - but hopefully, this will lead you down the right path.

于 2015-12-30T01:55:35.343 回答
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

于 2015-12-16T16:26:58.700 回答