Nikhil Talreja
Nikhil Talreja

Reputation: 2774

Customize samlsso_redirect.jsp in WSO2

I am looking to customize samslsso_redirect.jsp for WSO2 IS v5.0.0 The solution given here is not a viable one for me since my JSP changes are enormous.

As per this JIRA a fix for this issue is available in 5.0.0-GA.

However, I am still not able to customize this page and the HTML is being rendered from SAMLSSOProviderServlet.java

Is there a direct way to customize this JSP like we can do for login.jsp?

Upvotes: 0

Views: 156

Answers (1)

Nikhil Talreja
Nikhil Talreja

Reputation: 2774

If you are using IS 5.0 then you need to modify this page: IS_HOME\repository\resources\security\sso_redirect.html

Upvotes: 1

Related Questions