Default to localhost assertion lookup.
[shibboleth/sp.git] / configs / shibboleth2.xml.in
index 884d4c0..2a74d20 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">
                        
                        <!--
                        styleSheet="/shibboleth-sp/main.css"/>
                
                <!-- Configure handling of outgoing messages and SOAP authentication. -->
-               <DefaultRelyingParty authType="TLS" artifactEndpointIndex="1"
-                       signRequests="front" encryptRequests="front" signResponses="true" encryptResponses="true">
+               <DefaultRelyingParty authType="TLS" artifactEndpointIndex="1" signing="front" encryption="front">
                        <!-- Uncomment and modify to tweak settings for specific IdPs or groups. -->
                        <!--
                        <RelyingParty Name="SpecialFederation" keyName="SpecialKey"/>