|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Signle sign out filter customizationHi, 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@... http://tp.its.yale.edu/mailman/listinfo/cas |
|
|
Re: Signle sign out filter customizationI 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:
[arybicki.vcf] begin:vcard fn:Adam Rybicki n:Rybicki;Adam org:Unicon, Inc.;Professional Services adr:Suite 113;;3140 North Arizona Avenue;Chandler;AZ;85225;United States email;internet:arybicki@... tel;work:+1-480-558-2400 tel;home:+1-310-265-8286 tel;cell:+1-310-980-2758 x-mozilla-html:FALSE url:http://www.unicon.net/ version:2.1 end:vcard _______________________________________________ Yale CAS mailing list cas@... http://tp.its.yale.edu/mailman/listinfo/cas |
|
|
|
|
|
|
|
|
Re: Signle sign out filter customizationJohn,
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@...> wrote:
_______________________________________________ Yale CAS mailing list cas@... http://tp.its.yale.edu/mailman/listinfo/cas |
| Free Forum Powered by Nabble | Forum Help |