Feed configuration data to the RM
authorgilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 18 Aug 2005 18:06:40 +0000 (18:06 +0000)
committergilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 18 Aug 2005 18:06:40 +0000 (18:06 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1798 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/conf/dist.sp.xml

index 67d44af..013313d 100644 (file)
@@ -91,7 +91,8 @@
                disabled.
                -->
                <Sessions lifetime="7200" timeout="3600" checkAddress="false"
-                       handlerURL="/Shibboleth.sso" handlerSSL="false" idpHistory="true" idpHistoryDays="7">
+                       handlerURL="https://sp.example.org:9443/shibboleth-sp/Shibboleth.sso" 
+                       handlerSSL="false" idpHistory="true" idpHistoryDays="7">
                        
                        <!--
                        SessionInitiators handle session requests and relay them to a WAYF or directly
                        The isDefault and index attributes are used when sessions are initiated
                        to determine how to tell the IdP where and how to return the response.
                        -->
-                       <md:AssertionConsumerService Location="/SAML/POST" isDefault="true" index="1"
+                       <md:AssertionConsumerService 
+                               Location="/SAML/POST" 
+                               isDefault="true" index="1"
                                Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post"/>
-                       <md:AssertionConsumerService Location="/SAML/Artifact" index="2"
+                       <md:AssertionConsumerService 
+                               Location="/SAML/Artifact" 
+                               index="2"
                                Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"/>
                        
                        <!--
                standard 403 Forbidden error code if authorization fails, and then customize that condition
                using your web server.
                -->
-               <Errors session="$SP_HOME$/etc/sessionError.html"
-                       metadata="$SP_HOME$/etc/metadataError.html"
-                       rm="$SP_HOME$/etc/rmError.html"
-                       access="$SP_HOME$/etc/accessError.html"
-                       supportContact="root@localhost"
-                       logoLocation="/shibtarget/logo.jpg"
-                       styleSheet="/shibtarget/main.css"/>
+               <Errors session="sessionError.html"
+                       metadata="metadataError.html"
+                       rm="rmError.html"
+                       access="accessError.html" />
 
                <!-- Indicates what credentials to use when communicating -->
                <CredentialUse TLS="defcreds" Signing="defcreds">