Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / configs / apache.config.in
index 998c864..7c48397 100644 (file)
@@ -27,8 +27,6 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
 <Location /Shibboleth.sso>
   Satisfy Any
   Allow from all
-  AuthType None
-  Require all granted
 </Location>
 
 #
@@ -39,8 +37,6 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_13.so
   <Location /shibboleth-sp>
     Satisfy Any
     Allow from all
-    AuthType None
-    Require all granted
   </Location>
 </IfModule>
 
@@ -54,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>