Hi,

As far as I know cas-client 2.0.1 doesn't support Single Sign Out. You
have to switch to version 3.1.* of Java CAS clients.

Thank you,
Yuriy Zubarev


On Thu, Oct 1, 2009 at 2:14 PM, ttan <[email protected]> wrote:
> Hi,
>
> I have these in my web.xml in my CAS client.  My server is CAS 3.3.2, and
> client is java cas-client 2.0.1
>
> When I log out from CAS (from CAS GUI), I can still access the client
> webapp.  Any idea?
>
> Thanks.
>
> Theen-Theen
>
>    <filter>        <filter-name>CAS Single Sign Out Filter</filter-name>
>        <filter-class>org.jasig.cas.client.session.SingleSignOutFilter</filter-class>
>    </filter>        <filter-mapping>        <filter-name>CAS Single Sign Out
> Filter</filter-name>        <url-pattern>/*</url-pattern>
>    </filter-mapping>
>
> <filter-mapping>        <filter-name>Spring Security Filter Chain
> Proxy</filter-name>
>        <url-pattern>/j_spring_cas_security_check</url-pattern>
>    </filter-mapping>    <filter-mapping>        <filter-name>Spring Security
> Filter Chain Proxy</filter-name>
>        <url-pattern>/j_spring_security_check</url-pattern>
>    </filter-mapping>    <filter-mapping>        <filter-name>Spring Security
> Filter Chain Proxy</filter-name>
>        <url-pattern>/j_spring_security_logout</url-pattern>
>    </filter-mapping>
>     <listener>        <listener-class>
>            org.springframework.web.context.ContextLoaderListener
>        </listener-class>    </listener>    <listener>
>        <listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class>
>    </listener>
>
> --
> You are currently subscribed to [email protected] as:
> [email protected]
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to