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