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
Asked
Active
Viewed 726 times
0
-
At Client side i have used the following configuration logout().logoutUrl("/logout").invalidateHttpSession(true).deleteCookies("JSESSIONID"). logoutSuccessUrl("http://localhost:8080/cas/logout?service=http://localhost:9090").permitAll(); – dassum Nov 20 '16 at 18:17
-
Logout is working but redirection is not working – dassum Nov 20 '16 at 18:19
-
You can check my answer [here](https://stackoverflow.com/a/55529612/9381897). – leopal Apr 05 '19 at 06:46