Skip to Content.
Sympa Menu

shibboleth-dev - Re: Unprotect subfolder in shib protected directory

Subject: Shibboleth Developers

List archive

Re: Unprotect subfolder in shib protected directory


Chronological Thread 
  • From: Scott Cantor <>
  • To:
  • Subject: Re: Unprotect subfolder in shib protected directory
  • Date: Tue, 05 Jun 2007 11:05:40 -0400


wrote:
Here's what I did (I think the first step was the key):

There are many, many ways to do this. You can do it entirely within Apache if you need to, in exactly the same way you did it in the XML file, or you can do it using a combination.

e.g. this should work also:

<Location /webapps>
AuthType shibboleth
> ShibRequireSession On
require valid-user
</Location>

<Location /webapps/Teg-Tegrity-bb_bb60>
ShibRequireSession Off
</Location>

-- Scott



Archive powered by MHonArc 2.6.16.

Top of Page