https://issues.shibboleth.net/jira/browse/SSPCPP-578
[shibboleth/cpp-sp.git] / configs / apache.config.in
index bf7f069..7c48397 100644 (file)
@@ -25,8 +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
 </Location>
 
 #
@@ -35,8 +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
   </Location>
 </IfModule>
 
@@ -50,6 +50,7 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 #
 <Location /secure>
   AuthType shibboleth
+  ShibCompatWith24 On
   ShibRequestSetting requireSession 1
-  require valid-user
+  require shib-session
 </Location>