Hi,
We are trying to integrate our application (spring security 3.5) with Crowd (2.8) & add the SSO feature. The integration of our application with crowd worked well so we are able to authenticate with no issues. However, when we add the Crowd SSO configuration steps to our spring security xml, we get 404 errors while submitting the login form. We followed the steps given in the crowd-sso guide. Are there any known issues or does any had similar issues and fixes?
Thanks!
We figured this out by ourselves. It looks like there is a name space change on /j_securiy_check from /j_spring_security_check. That solved the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.