Refactor assertion extraction into handlers.
[shibboleth/cpp-sp.git] / configs / shibboleth2.xml.in
index 8121b37..6842035 100644 (file)
@@ -7,17 +7,12 @@
        xsi:schemaLocation="urn:mace:shibboleth:2.0:native:sp:config @-PKGXMLDIR-@/shibboleth-2.0-native-sp-config.xsd"
        logger="@-PKGSYSCONFDIR-@/syslog.logger" clockSkew="180">
 
-       <!--
-       <Extensions>
-               <Library path="@-LIBEXECDIR-@/adfs.so" fatal="true"/>
-       </Extensions>
-       -->
-
        <!-- The OutOfProcess section pertains to components that run in the shibd daemon. -->
        <OutOfProcess logger="@-PKGSYSCONFDIR-@/shibd.logger">
                
                <!--
                <Extensions>
+                       <Library path="@-LIBEXECDIR-@/adfs.so" fatal="true"/>
                        <Library path="@-LIBEXECDIR-@/odbc-store.so" fatal="true"/>
                </Extensions>
                -->
     
        <!-- The InProcess section pertains to components that run inside the web server. -->
        <InProcess logger="@-PKGSYSCONFDIR-@/native.logger">
+
+               <!--
+               <Extensions>
+                       <Library path="@-LIBEXECDIR-@/adfs-lite.so" fatal="true"/>
+               </Extensions>
+               -->
+               
                <SessionCache type="Remoted" cleanupInterval="900" cacheTimeout="900"/>
        
                <!--
                disabled.
                -->
                <Sessions lifetime="28800" timeout="3600" checkAddress="false"
-                       handlerURL="/Shibboleth.sso" handlerSSL="false" exportLocation="/GetAssertion"
+                       handlerURL="/Shibboleth.sso" handlerSSL="false"
+                       exportLocation="http://localhost/Shibboleth.sso/GetAssertion"
                        idpHistory="true" idpHistoryDays="7">
                        
                        <!--
                        chunkedEncoding="false"
                        connectTimeout="15" timeout="30"
                        >
-                       <Rule type="SAML1Message"/>
-                       <Rule type="SAML2Message"/>
                        <Rule type="MessageFlow" checkReplay="true" expires="60"/>
                        <Rule type="ClientCertAuth" errorFatal="true"/>
                        <Rule type="XMLSigning" errorFatal="true"/>