0
votes

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

1
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

1 Answers

0
votes

Add this setting to etc/cas/config/cas.properties file:

cas.logout.followServiceRedirects=true