Signgo Ilex as IdP with Shibboleth SP

Brent Putman putmanb at georgetown.edu
Wed Jan 28 14:43:33 EST 2015


On 1/28/15 11:21 AM, ranzorz wrote:
> Sorry, how would I check what the client sends back to the SP after IdP
> authentication, without involving the IdP?

With the HTTP-POST binding, the IdP will return an HTML form that is the
automatically posted back to the SP.  To see what's in that form, you
can either use something like Firefox with the SAML Tracer plugin, or
similar HTTP tracing functionality in other browsers if it exists.  Or
else just temporarily turn off Javascript in the browser, for the
duration of the SAML exchange.  That will disable the form auto POST to
the SP, so you can examine the form contents by simply viewing the source.


More information about the users mailing list