spring-security
spring-security copied to clipboard
CasAuthenticationFilter.CAS_STATEFUL_IDENTIFIER missing
Describe the bug Can't create a UsernamePasswordAuthenticationToken with CAS authentication, there's no CasAuthenticationFilter.CAS_STATEFUL_IDENTIFIER anymore
To Reproduce Just read the source of CasAuthenticationFilter
Expected behavior Create a UsernamePasswordAuthenticationToken for CAS authentication as written in the documentation, or get the same behavior with another solution