I had a similar problem apx. 2 years ago, not sure if it is exactly the same issue you ran into, my one was because of the variable/parameter name for the logout URL changed: https://github.com/AtlasOfLivingAustralia/ala-cas-2.0/commit/6b8305a963a03e5e26609cc0416523a0b103018c
cheers, martin On Monday, April 17, 2017 at 5:02:11 AM UTC+10, Nour Krichene wrote: > > > 7:45 PM (1 hour ago) > Hello > after logout how to redirect to the service again ? > I tried to add redirect logout to cas.properties and add service in > web.xml but it did not work > > > cas.logout.followServiceRedirects=true > > > <filter> > <filter-name>CAS Single Sign Out Filter</filter-name> > > <filter-class>org.jasig.cas.client.session.SingleSignOutFilter</filter-class> > <init-param> > <param-name>casServerUrlPrefix</param-name> > <param-value>https://localhost:8443/cas</param-value> > </init-param> > > <init-param> > <param-name>service</param-name> > <param-value>https://localhost:8443/webapp1</param-value> > </init-param> > > > </filter> > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- 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/82a9e30a-0d1b-4a78-ab13-7c7a7a9d0b9d%40apereo.org.
