Re: [Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Liam Hoekenga
The URL needs to have a trailing slash. Liam On Fri, Sep 19, 2014 at 1:52 PM, Shanti Suresh wrote: > Hi everyone, > > Thank you all. > > On Fri, Sep 19, 2014 at 1:15 PM, Mark Montague wrote: > >> >> >> Include the URL you want the user to be redirected to after logout as the >> query string of

Re: [Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Shanti Suresh
Hi everyone, Thank you all. On Fri, Sep 19, 2014 at 1:15 PM, Mark Montague wrote: > > > Include the URL you want the user to be redirected to after logout as the > query string of the logout URL, for example: > > https://weblogin.umich.edu/logout?http://www.lsa.umich.edu/ > I had tried that f

Re: [Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Mark Montague
On 2014-09-19 12:16, Shanti Suresh wrote: I would like the user to go to "a" specific site after logging out in Weblogin. Once the user logs out, they should be redirected to "www.lsa.umich.edu ", for e.g. Include the URL you want the user to be redirected to after l

Re: [Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Liam Hoekenga
You pass the URL that you want to redirect the user to as the argument to the logout CGI. e.g. http://weblogin.umich.edu/cgi-bin/logout?http://www.lsa.umich.edu/ Liam On Fri, Sep 19, 2014 at 12:16 PM, Shanti Suresh wrote: > So just to clarify, > > I would like the user to go to "a" specific s

[Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Shanti Suresh
Greetings, How do I get Cosign to go the specific site in the logout script? Within a JSP, I have: JSP Logout snippet:-- // Re-direct to Central Logout URL: String site = new String("https://weblogin.umich.edu/cgi-bin/logout";); response.setStatus(response.SC_MOVED_TEMPORARILY)

Re: [Cosign-discuss] Cosign Logout JSP - redirect after logout

2014-09-19 Thread Shanti Suresh
So just to clarify, I would like the user to go to "a" specific site after logging out in Weblogin. Once the user logs out, they should be redirected to " www.lsa.umich.edu", for e.g. Thanks, -Shanti On Fri, Sep 19, 2014 at 12:09 PM, Shanti Suresh wrote: > > Greetings, >