[shib_auth] Shibboleth with Drupal 7 - Apache Configs
Michael.OBrien
Michael.OBrien at ul.ie
Tue May 17 19:21:35 CEST 2011
Hi Shibbuleth Users,
I am trying to get the shibboleth module to work with Drupal 7. I can
get my site to protect static (just html files but user is redirected to
WAFY and after authentication is allowed to access the protected
subfolder) using my current shibboleth setup for the site but am finding
it difficult to translate it to work with drupal and protect not just a
particular folder but instead trigger when a user tries to access
protected content or wants to login.
I want to use lazy sessions with local login as a backup option but am
unsure of the correct configuration on the apache side I need to make
sure shibboleth authentication is used and also that it will protect all
I need it to.
Can I configure the root of my drupal site (also my web_root) as the
location or do I need to exclude the public access parts of my site?
My site's apache config is as follows
#Configure the shibboleth module for this site
#Shibboleth Module loaded elsewhere
#If I set the ShibApplicationId outside the <location> apache won't
start property
ServerName site.example.org
UseCanonicalName On
<Location />
ShibApplicationId "ShibXMLID"
AuthType shibboleth
ShibRequireSession "Off"
ShibExportAssertion "On"
Require shibboleth
ShibUseHeaders On
</Location>
Any help or advise you can give me is much appreciated
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://listserv.niif.hu/pipermail/shib_auth/attachments/20110517/543e0b6e/attachment.htm>
More information about the shib_auth
mailing list