Using CAS Overlay 5.0 Spring Boot CAS Authentication Server. Wanted to know how to configure redirection after logout. I am using spring security CAS client
0
votes
At Client side i have used the following configuration logout().logoutUrl("/logout").invalidateHttpSession(true).deleteCookies("JSESSIONID"). logoutSuccessUrl("localhost:8080/cas/logout?service=http://…;
- dassum
Logout is working but redirection is not working
- dassum
You can check my answer here.
- leopal