exportAssertion not working
Peter Schober
peter.schober at univie.ac.at
Fri Apr 24 09:49:27 EDT 2015
* Kevin Flückiger <kevin.flueckiger at inovitas.ch> [2015-04-24 15:36]:
> 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?
Make sure you don't have disabled cacheAssertions in the SessionCache:
<SessionCache type="StorageService" StorageService="mem" cacheAssertions="false" />
Also make sure the resource you're accesing matches the httpd
directive (Directory /var/www). I'm assuming the rest works fine,
i.e., you're being redirected to the IDP and coming back with a
session? You're seeing other data/attributes just fine?
-peter
More information about the users
mailing list