I am trying to get the CAS setup up and running and I am pretty new to this.
I am following through the standard steps similar to this video.
- I have created keystore file
- Created a certificate
- Imported it successfully and add to cacerts file
- I have made the necessary changes in the server.xml of tomcat
After all these steps, I started the tomcat, placed the war in the webapp and to test, I tried to access http://localhost:8080/cas/login and https://localhost:8443/cas/login and it is throwing and Redirect loop error.
I have no clue what I am doing wrong. Any help is appreciated!.
/cas/login
does not require authentication to reach in your application – rmlan