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/d0c938c5-b6b4-4640-adf5-56553160eabd%40apereo.org.

Reply via email to