Logout with new shibboleth sp

Peter Schober peter.schober at univie.ac.at
Fri Jul 5 17:43:04 EDT 2013


* Justin Russo <justin9 at ymail.com> [2013-07-05 23:34]:
> so the right way to encode is 
> 
>
>Response.Redirect("https://testsite.mysite.com/Shibboleth.sso/Logout?return=https://myidp.org/siteminderagent/smlogout.asp?AppReturnUrl=https://testsite.mysite.com/app1
>
> i'm presuming the above would be the right/suggested way to URL encode ?

No, you hust changed the order of the redirects. If you don't know
what urlencode means look it up on the web.
E.g. put the IdP's logout URL into this form
http://meyerweb.com/eric/tools/dencoder/
and click "encode". The resulting string is the parameter to your
"return" query string.
But I already posted that twice, so no idea how to put that differently.
-peter


More information about the users mailing list