Update version resources
[shibboleth/cpp-sp.git] / configs / apache22.config.in
index bdb7414..ca3de20 100644 (file)
 LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 
 #
+# Ensures handler will be accessible.
+#
+<Location /Shibboleth.sso>
+  Satisfy Any
+  Allow from all
+</Location>
+
+#
 # Used for example style sheet in error templates.
 #
 <IfModule mod_alias.c>
   <Location /shibboleth-sp>
+    Satisfy Any
     Allow from all
   </Location>
   Alias /shibboleth-sp/main.css @-PKGWEBDIR-@/main.css
@@ -32,6 +41,7 @@ LoadModule mod_shib @-PKGLIBDIR-@/mod_shib_22.so
 #
 <Location /secure>
   AuthType shibboleth
+  ShibCompatWith24 On
   ShibRequestSetting requireSession 1
-  require valid-user
+  require shib-session
 </Location>