Removed a few rarely used attributes.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 30 Apr 2004 19:58:36 +0000 (19:58 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 30 Apr 2004 19:58:36 +0000 (19:58 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1082 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/shibboleth.xml.in

index 3adee8e..0218e8c 100644 (file)
@@ -88,8 +88,9 @@
         setting of "; secure" in that case. 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" checkReplay="true"
-            shireURL="/Shibboleth.shire" shireSSL="false" wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
+        <Sessions lifetime="7200" timeout="3600" checkAddress="true"
+               wayfURL="https://wayf.internet2.edu/InQueue/WAYF"
+            shireURL="/Shibboleth.shire" shireSSL="false"/>
 
         <!-- You should customize the pages! You can add attributes with values that can be plugged in. -->
         <Errors shire="@-PKGSYSCONFDIR-@/shireError.html"
             logoLocation="/shibtarget/logo.jpg"
             styleSheet="/shibtarget/main.css"/>
             
-        <Policy signRequest="false" signedResponse="false" signedAssertions="false">
+        <Policy>
             <!-- use designators to request specific attributes or none to ask for all -->
             <!--
             <saml:AttributeDesignator AttributeName="urn:mace:dir:attribute-def:eduPersonScopedAffiliation"
         include all attributes you want to apply, as they will not be inherited. Similarly, if you
         specify elements within <Policy> such as <FederationProvider>, they are not additive with the
         defaults, but replace them.
+        
+        The example below shows a special application that requires use of SSL when establishing
+        sessions, restricts the session cookie to SSL and a specific folder, and inherits most other
+        behavior except that it requests only EPPN from the origin instead of asking for all attributes.
         -->
         <!-- 
         <Application id="foo-admin">
                <Sessions lifetime="7200" timeout="3600" checkAddress="true"
-                   shireURL="/secure/admin/Shibboleth.shire" shireSSL="true" wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
+                   shireURL="/secure/admin/Shibboleth.shire" shireSSL="true" cookieProps="; path=/secure/admin; secure"
+                   wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
             <Policy>
-               <!-- All behavior is either inherited or defaulted, except that we will request only EPPN. -->
                 <saml:AttributeDesignator AttributeName="urn:mace:dir:attribute-def:eduPersonPrincipalName"
                     AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"/> 
             </Policy>