any suggestion?

2011/2/9 Pierre Brun <pbrun....@gmail.com>

> The CAS SSO :
>
> 1 - CAS sends a logout form post to the url used as a service url when the
> user authenticated to WebApp1. This form post is a saml assertion indicating
> a session should be expired and contains the service ticket the user was
> issued when authenticating to the application.
>
> 2 - WebApp1 receives the request, parses it and looks up the session
> containing the corresponding service ticket. Once found, it deletes the
> session. Although the user still has the session set on the browser, future
> requests to this webapp will result in a redirection to CAS for login.
>
> 3- CAS sends a logout form post to the url used as a service url when the
> user authenticated to WebApp1. This form post is a saml assertion indicating
> a session should be expired and contains the service ticket the user was
> issued when authenticating to the application.
>
>
> I have trouble with dot 3.
> CAS doesn't send the logout request to service.
>
> The TicketGrantingTicketImpl::logOutOfServices never call for my TGT.
>
> I see two TGT inside cas for one login, but my proxy portal use only the
> second TGT.
>
> Nobody have ideas ?
> --
> You are currently subscribed to cas-user@lists.jasig.org as: pbrun.pro@
> gmail.com
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to