Add a replayCheck option for testing
authorScott Cantor <cantor.2@osu.edu>
Fri, 2 Apr 2004 18:04:28 +0000 (18:04 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 2 Apr 2004 18:04:28 +0000 (18:04 +0000)
configs/shibboleth.xml.in

index 51906dc..eac8cff 100644 (file)
@@ -77,7 +77,7 @@
         The default wayfURL is the InQueue federation's service. Change to https://localhost/shibboleth/HS
         for internal testing against your own origin.
         -->
-        <Sessions lifetime="7200" timeout="3600" checkAddress="true"
+        <Sessions lifetime="7200" timeout="3600" checkAddress="true" checkReplay="true"
             shireURL="/Shibboleth.shire" shireSSL="false" cookieName="shib-default-app" cookieProps="; path=/"
             wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
 
         <!-- customize behavior of specific applications -->
         <!-- 
         <Application id="foo-admin">
-            <Sessions shireURL="https://foo.com/admin/Shibboleth.shire</shireURL" cookieName="shib-foo-admin"/>
+            <Sessions shireURL="https://foo.com/admin/Shibboleth.shire" cookieName="shib-foo-admin"/>
             <Policy>
                 <saml:AttributeDesignator AttributeName="urn:mace:dir:attribute-def:eduPersonPrincipalName"
                     AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"/>