I'm trying to secure a spring-boot web application using spring security and spring-security-cas (SSO with Jasig CAS).
I'm facing a too many redirects error when trying to access a protected resources. The project is available here
Do you see any error in my configuration?
Thanks in advance
Finally found out the error:
So in my application.properties file, i had to change
to
So the ServiceProperties Bean would become
Hope it'll help someone else!