<div dir="ltr">I am creating a session in the following way:<br><br>https://&lt;myhost&gt;/Shibboleth.sso/Login?entityID=<a href="https://idp.testshib.org/idp/shibboleth&amp;target=https://">https://idp.testshib.org/idp/shibboleth&amp;target=https://</a>&lt;myhost&gt;/Shibboleth.aspx<br>

<div><br></div><div>When the IdP posts back to my SP, I see a base64-encoded SAMLResponse in the header. The Shibboleth POST handler invokes a 302 redirect and I am properly redirected to https://&lt;myhost&gt;/Shibboleth.aspx, however by this time, I have no way to access the attributes in my code. The attributes/SAMLResponse seem to be lost in the 302 redirect. What am I doing wrong?</div>

</div>