Corrections to SSPCPP-493 change
[shibboleth/cpp-sp.git] / configs / apache.config.in
index 998c864..bf7f069 100644 (file)
@@ -25,10 +25,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 # Ensures handler will be accessible.
 #
 <Location /Shibboleth.sso>
-  Satisfy Any
   Allow from all
   AuthType None
-  Require all granted
 </Location>
 
 #
@@ -37,10 +35,8 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 <IfModule mod_alias.c>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
   <Location /shibboleth-sp>
-    Satisfy Any
     Allow from all
     AuthType None
-    Require all granted
   </Location>
 </IfModule>