The service parameter was set incorrectly. It was initially set as "https://localhost:8443/cas/j_spring_cas_security_check". Instead, I changed "cas" to my application name:...
Type: Posts; User: littleK; Keyword(s):
The service parameter was set incorrectly. It was initially set as "https://localhost:8443/cas/j_spring_cas_security_check". Instead, I changed "cas" to my application name:...
Hello,
I am implementing a Spring MVC client to authenticate against a CAS server using Spring Security. I created a Spring Template Project in Eclipse (using the Spring Tool Suite), and I added...