Protecting Folder Aside from 1 Page
Kevin P. Foote
kpfoote at iup.edu
Tue Sep 24 15:22:52 EDT 2013
On Tue, 24 Sep 2013, Joshua Brodie wrote:
> Is it possible to configure the Shibboleth SP to protect a folder aside
> from 1 page (in the folder)?
<https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig>
Protect your dir..
<Location /xyz>
AuthType Shibboleth
ShibRequireSession On
require valid-user
</Location>
Unprotect your page1..
<Location /xyz/page1.html>
AuthType Shibboleth
ShibRequireSession Off
require shibboleth
</Location>
I think that is what you mean.
------
thanks
kevin.foote
More information about the users
mailing list