FW: apache 2.4 + shibboleth 2.5.5
Shemer, Nir
nshemer at sonnet.ucla.edu
Sun Feb 14 23:23:05 EST 2016
Hello,
We are trying to use shibboleth access rules for different web folders. We have installed SUSE Linux Enterprise Server 12 SP1 and we are running Apache 2.4 / Shibboleth 2.5.5.
We are trying to use shibboleth for access control for web folders on the web root.
We noticed that if we enter the following lines in /etc/apache2/conf.d/shib.conf it will invoke the shibboleth login screen when we try the root of the server (https://server-name.ucla.edu<https://dev.sonnet.ucla.edu/> )
<Location />
AuthType shibboleth
Require shibboleth
</Location>
But when we try to protect a web folder (no matter what we tried) it simply won’t invoke the shibboleth login screen
<Location /protected-folder>
AuthType shibboleth
ShibRequestSetting requireSession true
Require valid-user (or shibb-user) // it seems that ‘valid-user’ is deprecated as of shibboleth 2.5.x
ShibUseHeaders On
# require shib-attr <ORG_ATTRIBUTE> userid at ucla.edu (this one also does not work)
</Location>
It seems that there are quite some attributes changes from previous versions of the shibboleth.
Does anyone had setup shibboleth with this configuration?
Thanks, nir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160215/f269ea64/attachment.html>
More information about the users
mailing list