at the moment it is configured in the following way:
registry.addInterceptor(casManagementSecurityInterceptor())
.addPathPatterns("/**")
.excludePathPatterns("/images/**", "/css/**", "callback*",
"logout*", "authorizationFailure*", "error*");
but it has to be:
registry.addInterceptor(casManagementSecurityInterceptor())
.addPathPatterns("/**")
.excludePathPatterns("/images/**", "/css/**", "/callback*",
"/logout*", "/authorizationFailure*", "/error*");
for example if you are not authorized it ends in an infinite loop.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/05b4aa1a-a8c6-4ec8-afa2-124736d813e2%40apereo.org.