Sorry, mistake in my first e-mail.

I am using cas-client-core-3.1.3.jar
and spring-security-cas-client-2.0.1.jar

There is single sign out at two places.  One is in CAS server webapp (does
not work), one is on a logout page in the webapp's logout (this one works,
but prior to that logout from the webapp was called).  Both are calling
http://casserver/cas/logout when it attempts to do single sign out.

Does the single signout filters need to be in the CAS server's webapp?
That's what I will attempt next.


On 10/1/09 2:22 PM, "ttan" <[email protected]> wrote:

> 
> Thank you.  Trying now.
> 
> How about the PhP client version that supports single sign out?
> 
> On 10/1/09 2:17 PM, "Yuriy Zubarev" <[email protected]> wrote:
> 
>> 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</filte>>>
r
>>> -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.SingleSignOutHttpSession>>>
L
>>> istener</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