exportAssertion not working
Kevin Flückiger
kevin.flueckiger at inovitas.ch
Fri Apr 24 09:35:23 EDT 2015
Hi there
I’m on SP 2.5.3
I’m trying to consume the SAML Assertion on the client, so I followed the guide here https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPAssertionExport
So I have set the following in my shibboleth2.xml:
exportLocation="https://localhost/Shibboleth.sso/GetAssertion" exportACL="127.0.0.1” in the default application’s <Sessions> element.
Then I have set the following in my apache2’s site config (I’m not using RequestMapper):
<Directory /var/www/>
AuthType shibboleth
ShibRequestSetting requireSession true
ShibRequestSetting exportAssertion true
Require valid-user
</Directory>
I expected that when I now call the default application from my browser that I will see the Shib-Assertion-Count and the Shib-Assertion-NN headers in the response headers. Sadly I don’t see either header. Is there something I’m missing or did I understand the mechanism wrong?
Best Regards
Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150424/ff85e081/attachment-0001.html>
More information about the users
mailing list