-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest CasAuthenticationFilter uses different default security endpoint (/login/cas) #4
Comments
Thanks for your feed back, you are right about that, an upgrade is needed
|
No problem. We've really appreciated your jhipster/cas demo, there is a real lack of documentation at the moment it seems on getting spring security configuring correctly with Java config, and of course CAS. I'm curious, did you also look at the possibility of casifying the oauth version of jhipster, now that cas 4 has full oauth support? |
No, sorry not again... I planned to migrate our CAS from a version 3.4.12
|
I just worked through using your modifications for a new jhipster build (they were a lifesaver!!), and it wasn't working, and the problem was that the lastest spring security CasAuthenticationFilter has a different security endpoint that gets registered by default, so instead of:
/j_spring_cas_security_check
its now:
/login/cas
With so many changes coming from Spring 3, xml config, etc, it would be hard for a new user to catch this-
The text was updated successfully, but these errors were encountered: