Error in logging in after SSO

Hello Team Helical,

We are using Helical Insight 3.1 enterprise edition and have implemented Single Sign On (SSO). The link followed to implement SSO is http://www.helicalinsight.com/technical-guide/implementing-single-sign-sso-helical-insight-3-1-version/

We are getting the below error message while trying to login but if we call “/hi-ee/welcome.html” URL it shows me logged in,
This message start coming after we implemented the step suggested in SSO. Refer to below image.

404-error

Thank you
Harika

1 Like

Hello Harika,

Open the file loginBody.jsp located at “…\hi\apache-tomcat-7\webapps\hi-ee\WEB-INF\jsp\login”

action="<c:url value=’${baseURL}/j_spring_security_check’ />">

Replace the above line with this below line

action="<c:url value=’${baseURL}/welcome.html’ />">

There is no need to restart. Just logout refresh and login again in a private window and check again.

Thank you
Team Helical.