Log off loop
Scott Battaglia
scott.battaglia at gmail.com
Wed Feb 6 10:21:17 EST 2008
In 3.2, you can disable the Single Sign Out feature if you need to (if
you're not using a client that supports Single Sign Out). We're actively
encouraging clients to support this. The newest Java client will have it
shortly and I know the mod_auth_cas team is working on it.
-Scott
On Feb 6, 2008 9:57 AM, Julien Marchal <Julien.Marchal at univ-nancy2.fr>
wrote:
> I use cas 3.1.1 with uPortal 2.6.
> Now CAS send a direct POST request to log off user.
> The portal receve this POST to login's url and make 20 loop (beetwen
> /login and /) and create 20 portal's session at each log off
> Until the CAS server (the HttpURLConnection which made log off ) say too
> many redirect
>
> I've modify AbstractWebApplicationService
> To say to httpclient not following the redirect send by the portal
> logOutOfService methode :
> connection.setFollowRedirects(false);
> connection.setInstanceFollowRedirects(false);
>
> I don"t know if in the 3.2 this bug is corrected ?
>
> Other question is there a solution to choose which service support log off
> or not?
>
> Thank,
>
> --
> [image: > Université Nancy 2] <http://www.univ-nancy2.fr/> Pôle
> Lorrain de Gestion
> 13 rue du Maréchal Ney
> CO 30075
> 54036 NANCY Cedex
> [image: > Téléphone] 03.54.50.36.54 [image: > Fax] 03.54.50.36.51 Julien
> Marchal Equipe réseau - CRI
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
--
-Scott Battaglia
LinkedIn: http://www.linkedin.com/in/scottbattaglia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080206/11d09f67/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 1044 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/11d09f67/attachment.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 932 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/11d09f67/attachment-0001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 1829 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas/attachments/20080206/11d09f67/attachment-0002.png
More information about the cas
mailing list