Signle sign out filter customization
Scott Battaglia
scott.battaglia at gmail.com
Fri Jun 20 09:28:21 EDT 2008
John,
Sorry for the delayed response on this (it sort of got lost and has now been
found in the huge email inbox cleanup of 2008 ;-)). If you add a JIRA issue
detailing what you need, we can see it if can make it into the next CAS
client release.
Thanks
-Scott
-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia
On Mon, May 19, 2008 at 2:39 AM, John Nonak <nonak31 at yahoo.com> wrote:
> Hi,
>
> I just would like to know if the solution I proposed is being consired for
> later releases ? (I mean the possibility to add custom logout handler within
> the single sign out filter).
>
> Duplicating the code of the single sign out filter is far from being a nice
> solution.
>
> Thanks.
>
> Nonak
>
> ----- Original Message ----
> From: John Nonak <nonak31 at yahoo.com>
> To: Yale CAS mailing list <cas at tp.its.yale.edu>
> Sent: Sunday, May 18, 2008 1:17:37 PM
> Subject: Re: Signle sign out filter customization
>
> Yes I suppose I ll implement something like that. The only problem I see
> with this solution is that I have to duplicate the code to identify the
> "logout" request call from CAS. It's not a big deal but if in the future CAS
> server releases the processing of the single sign out changes, I would need
> to modify my custom logout handlers. If the current CAS single sign out
> filter would offer the possibility to add custom handlers, this kind of
> changes wouldn't be an issue for us... just an hint to the CAS developpers
> :)
>
> Nonak
>
> ----- Original Message ----
> From: Adam Rybicki <arybicki at unicon.net>
> To: Yale CAS mailing list <cas at tp.its.yale.edu>
> Sent: Friday, May 16, 2008 9:31:04 PM
> Subject: Re: Signle sign out filter customization
>
> Nonak,
>
> I think a better approach would be to add your own filter in which you
> could perform the additional work. You can have multiple filters mapped to
> process each HTTP request, and the order of filter-mapping elements in
> web.xml determines their order.
>
> Adam
>
> John Nonak wrote:
>
> Hi,
>
> Sorry I m quite a newbie here. I looking for a way to apply custom logout
> code uppon the CAS single sign out. I managed to get the single sign out
> working with Spring Security and everything seems to work fine (sessions are
> invalidated). However we do have a certain amount of custom code for each
> application when the user logs out (for instance logging the action etc.)
> but I do not find a way to add extra logout handlers.
>
> So the question is is there a way to extend the filter somehow (the
> SingleSignOutFilter class is final, I cannot overwrite it) or add custom
> logout handlers ?
>
> Thanks !
> Nonak
>
> ------------------------------
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
>
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080620/a59561b9/attachment.html
More information about the cas
mailing list