[js-embedded-discovery COMMIT] /trunk/src/apache/shibboleth-ds.conf

noreply at shibboleth.net noreply at shibboleth.net
Sat Jan 10 12:38:02 EST 2015


Author: scantor
Date: Sat Jan 10 12:38:02 2015
New Revision: 126

URL: http://svn.shibboleth.net/view/js-embedded-discovery?rev=126&view=rev
Log:
EDS-45 Explicitly avoid protecting the EDS if mod_shib is loaded into Apache

Modified:
    trunk/src/apache/shibboleth-ds.conf

Modified: trunk/src/apache/shibboleth-ds.conf
URL: http://svn.shibboleth.net/view/js-embedded-discovery/trunk/src/apache/shibboleth-ds.conf?rev=126&r1=125&r2=126&view=diff
==============================================================================
--- trunk/src/apache/shibboleth-ds.conf (original)
+++ trunk/src/apache/shibboleth-ds.conf Sat Jan 10 12:38:02 2015
@@ -5,15 +5,15 @@
 <IfModule mod_alias.c>
   <Location /shibboleth-ds>
     Allow from all
+    <IfModule mod_shib.c>
+      AuthType shibboleth
+      ShibRequestSetting requireSession false
+      require shibboleth
+    </IfModule>
   </Location>
   Alias /shibboleth-ds/idpselect_config.js /etc/shibboleth-ds/idpselect_config.js
   Alias /shibboleth-ds/idpselect.js /etc/shibboleth-ds/idpselect.js
   Alias /shibboleth-ds/idpselect.css /etc/shibboleth-ds/idpselect.css
   Alias /shibboleth-ds/index.html /etc/shibboleth-ds/index.html
   Alias /shibboleth-ds/blank.gif /etc/shibboleth-ds/blank.gif
-
-  <IfModule mod_shib.c>
-     ShibRequestSetting requireSession false
-     require shibboleth
-  </IfModule>
 </IfModule>



More information about the commits mailing list