Assuming your application's URL is white-listed in the Services Management tool, and you enable the "service redirect" flag on the logout controller, you can do /cas/logout?service=http://my.url.com/to/redirect/to and it will redirect back after it does the log out.
On Mon, Jan 14, 2013 at 3:16 PM, Peter <[email protected]> wrote: > Is there any way to terminate CAS session without redirecting user to > cas/logout page? I was thinking something like a REST request. The reason > is that I would like user to stay on my application’s logout page instead > of generic CAS logout. Also, I find it difficult to securely redirect the > user to cas/logout when his local session expires (or is administratively > terminated). **** > > ** ** > > Thanks!**** > > Peter**** > > ** ** > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is > believed to be clean. > > -- > 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
