Hi everyone!
I'm trying to implement SSO(single sign on) via CAS(jasig-CAS) in my app and as for now, I've faced the next problem:
I start my cas server on a different tomcat(so I have two apache tomcats at the same time, ports are different, for example, on cas server they are 8080, 8443 and etc. and on myApp server they are 9080, 9443 and etc.), login there and when I go to login pageat my app, then: 1. then is no autologin 2. when i enter credentials, I see the stacktrace shown above I took an example from this site .Code:HTTP Status 401 - Authentication Failed: Failed to provide a CAS service ticket to validate type Status report message Authentication Failed: Failed to provide a CAS service ticket to validate description This request requires HTTP authentication (Authentication Failed: Failed to provide a CAS service ticket to validate).
in web.xml, I've includede spring security context and set the appropriate listeners and etc. in pom(I use maven) I've added the required dependencies, described in the article. But the problem stays. I'd be glad any pieces of advice
Also I've attached security context and my login page
login.txt
springSecurity.txt


Reply With Quote

