Thanks Dustin I was excepting cas to do a simple redirect without looking if the service was valid or not. I was missing a / at the end of the service parameter.
Stéphane Delcourt Informaticien – Gestionnaire système - Développeur T : +32 (0)2 6504180 From: Dustin J Luck <[email protected]> Sent: Friday, 5 February 2021 20:29 To: CAS Community <[email protected]> Cc: DELCOURT Stephane <[email protected]> Subject: Re: logout redirect not working 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]<mailto:[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/AM0P190MB0691A98C021E8760664300B084B29%40AM0P190MB0691.EURP190.PROD.OUTLOOK.COM.
