Commit 5c970e8a authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Minor change to Shibboleth configuration

parent fb0f1583
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -31,9 +31,10 @@
# Shibboleth authentication (needs Shibboleth module installed and enabled)

<IfModule mod_shib.c>
    <Directory /var/www/html/rap-ia2/auth/saml2/>
    <Location /rap-ia2/auth/eduGAIN/>
        AuthType shibboleth
        ShibRequestSetting requireSession 1
        ShibUseEnvironment On
        Require valid-user
    </Directory>
    </Location>
</IfModule>