* Rayhan Muktader <
rmuk...@gmail.com> [2015-06-12 15:13]:
> The problem I am trying to solve: Connect to a IDP build on .net
> I examined the headers sent by other SPs and I see that they all
> contain AssertionConsumerServiceURL in the header. I want to put in my own
> AssertionConsumerServiceURL and do a dump of what is being returned by the
> IDP.
I don't know what "headers" you're talking about, and you don't need
to examine "the headers sent by other SPs", you can rely on
SimpleSAMLphp following the SAML specification, which is what counts.
If you want to see what data your SSP IDP sends in a SAML response the
easiest way is to look at the SAML assertion in transit, i.e. grab it
from the web browser (e.g. using the SAML tracer extension for Mozilla
Firefox), though that will only show you the actual attributes if the
assertion is not encrypted.
Debug logging seems another possibility.
-peter