You should only need the first property to enable service redirects on logout. One thing I can think of that would prevent the redirect is if the URL provided to the service parameter does not match an authorized service in your environment. Make sure that whatever you're passing to the service parameter resolves to a configured service.
A good way to test would be to try https://cas_host/login?service=https%3A%2F%2Fservice_host. If you get a message that the application is not authorized to use CAS, that's your problem. On Friday, February 5, 2021 at 8:29:40 AM UTC-8 [email protected] wrote: > > Hi All, > > Using cas 6.2.6 I have both version of parameter set to true to be sure: > cas.logout.follow-service-redirects=true > cas.logout.followServiceRedirects=true > > Even like this when I logout the browser keep the logout page and redirect > never happens : > https://cas_host/logout?service=https%3A%2F%2Fservice_host > > Am I missing something here ? > > Stéphane > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/e19fa197-b70f-4a8f-bada-2134d0cbfbc6n%40apereo.org.
