<div dir="ltr">I am creating a session in the following way:<br><br>https://<myhost>/Shibboleth.sso/Login?entityID=<a href="https://idp.testshib.org/idp/shibboleth&target=https://">https://idp.testshib.org/idp/shibboleth&target=https://</a><myhost>/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://<myhost>/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>