2015-12-15 108 views
0

我們希望我們的(struts 1.3)應用程序通過Okta SSO與SAML集成。我在谷歌搜索,但沒有看到任何例子。請通過Okta SSO向我建議「(struts 1.3)應用程序與SAML集成」並給出一些示例代碼。Struts 1.3 + Saml Okta SSO集成

在此先感謝...

回答

0

一種方式來處理這個首先要與Spring Security集成您的Struts 1.3應用程序。我沒有做過這種整合自己 - 但似乎有幾個線程關於這個問題 - 如果你搜索「支柱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。我沒有比這更詳細的內容,因爲我自己並沒有嘗試過這一點 - 但希望這會讓你走上正確的道路。