Hi,

I'm using CAS 3.3.1 server on my Windows 2003 server.
I want to redirect to another URL after the user logs out.
Now I've set "followServiceRedirects" to be true in the
cas-servlet.xml as following:

<bean id="logoutController" class="org.jasig.cas.web.LogoutController"
       p:centralAuthenticationService-ref="centralAuthenticationService"
       p:logoutView="casLogoutView"
       p:warnCookieGenerator-ref="warnCookieGenerator"
p:ticketGrantingTicketCookieGenerator-ref="ticketGrantingTicketCookieGenerator"
       p:followServiceRedirects="true" />
Then where do I put the redirection URL ?


Thanks.


Li


--
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