Closed liyiorg closed 6 years ago
@liyiorg Hi
You are true I keep the default logout success handler that only redirect you on http://cas.mydomain.com/cas/logout
as describe on documentation https://docs.spring.io/spring-security/site/docs/current/reference/html/cas.html
So you must define your own LogoutSuccessHandler
you can find sample here
Hello , @kakawait The user logout success default url is http://cas.mydomain.com/cas/logout.
How configuration logout success ,and go to service url.
Like this:
http://cas.mydomain.com/cas/logout?service=http://www.google.com
Thanks!