<div dir="ltr"><div><div><div><div>Another think I want to confirm is that in current IdP there is no way to do both of:<br></div>1) Local Logout which IdP locates an active session based on the client's cookie and terminates it.<br>
</div>2) Redirect back to SP.<br><br></div>Is that right? If IdP do #2, it has to be a simplified version of single logout. If #1, IdP will go to logout.jsp.<br><br></div>Thanks,<br>Yaowen<br></div><div class="gmail_extra">
<br clear="all"><div>Yaowen</div>
<br><br><div class="gmail_quote">On Thu, Aug 29, 2013 at 11:54 AM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 8/29/13 1:54 PM, "Yaowen Tu" <<a href="mailto:yaowen.tu@gmail.com">yaowen.tu@gmail.com</a>> wrote:<br>
><br>
>How can I read parameters? Can I pass in some kind of parameters when<br>
>talking to IdP and eventually IdP will propagate the parameters to<br>
>logout.jsp page?<br>
<br>
</div>If you mean can you pass parameters *from the SP*, no, not unless you use<br>
the proprietary endpoint that just exposes a URL as a redirect location.<br>
That can take anything you want, it's not a standardized flow. If you pass<br>
it "foo" and you implement your JSP logic to read foo from the servlet<br>
request, you can do anything you want.<br>
<br>
The SAML endpoint processing a real LogoutRequest is just SAML binding, so<br>
there's nothing you can do there.<br>
<div class="HOEnZb"><div class="h5"><br>
-- Scott<br>
<br>
<br>
--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>