Its only url if you want the url displayed on the page. If you want to redirect, you should use service.
On Fri, Feb 13, 2009 at 10:14 AM, Robert Oschwald <[email protected]>wrote: > Scott, > shouldn't it be http://my.server.com/cas/logout?url=http://www.cnn.com > ?<http://my.server.com/cas/logout?service=http://www.cnn.com> > > Robert > > Am 13.02.2009 um 15:53 schrieb Scott Battaglia: > > When you call http://my.server.com/cas/logout you would do > http://my.server.com/cas/logout?service=http://www.cnn.com where cnn.comis > wherever you want to redirect to. > > -Scott > > > > On Fri, Feb 13, 2009 at 9:49 AM, zhang li <[email protected]> wrote: > >> 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 >> > > -- > 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 > <http://www.ja-sig.org/wiki/display/JSG/cas-user> > > > > -- > 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 > > -- 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
