Need the old Handler unless AuthType shib is set at root.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 Apr 2004 20:04:10 +0000 (20:04 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 1 Apr 2004 20:04:10 +0000 (20:04 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@926 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/apache.config.in

index 380683d..70832df 100644 (file)
@@ -18,6 +18,14 @@ ShibSchemaDir @-PKGSYSCONFDIR-@
 ShibConfig @-PKGSYSCONFDIR-@/shibboleth.xml
 
 #
+# A handler needs to be established for the SHIRE URL
+# This matches up to the shireURL setting in shibboleth.xml
+#
+<Location /Shibboleth.shire>
+SetHandler shib-shire-post
+</Location>
+
+#
 # Configure the module for content
 #
 # You can now do most of this in shibboleth.xml using the RequestMap