Question related to "Local Logout" provided by Shibboleth IdP 2.4.0
Cantor, Scott
cantor.2 at osu.edu
Thu Aug 29 14:54:23 EDT 2013
On 8/29/13 1:54 PM, "Yaowen Tu" <yaowen.tu at gmail.com> wrote:
>
>How can I read parameters? Can I pass in some kind of parameters when
>talking to IdP and eventually IdP will propagate the parameters to
>logout.jsp page?
If you mean can you pass parameters *from the SP*, no, not unless you use
the proprietary endpoint that just exposes a URL as a redirect location.
That can take anything you want, it's not a standardized flow. If you pass
it "foo" and you implement your JSP logic to read foo from the servlet
request, you can do anything you want.
The SAML endpoint processing a real LogoutRequest is just SAML binding, so
there's nothing you can do there.
-- Scott
More information about the users
mailing list