Set endpoint URL and Entity Id to "replace.with.your.computer.name" eyecatcher in...
authorgilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 30 Sep 2005 13:46:26 +0000 (13:46 +0000)
committergilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 30 Sep 2005 13:46:26 +0000 (13:46 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1869 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/conf/dist.sp-iqidp.xml

index 3b1c18a..6ff6658 100644 (file)
@@ -57,7 +57,7 @@
                -->
                <RequestMapProvider type="edu.internet2.middleware.shibboleth.sp.provider.NativeRequestMapProvider">
                        <RequestMap applicationId="default">
-                               <Host name="cyrk.cis.yale.edu">
+                               <Host name="replace.with.your.computer.name">
                                        <!-- Nominally require shibboleth authentication for all documents under /secure.
                                                 Note that the sample /secure application distributed with the Filter overrides
                                                 this to specify only specific file names/types. -->
@@ -75,8 +75,8 @@
        points into to this section.
        -->
        <Applications id="default" 
-               providerId="https://cyrk.cis.yale.edu/shibboleth"
-               homeURL="https://cyrk.cis.yale.edu/index.html"
+               providerId="https://replace.with.your.computer.name/shibboleth"
+               homeURL="https://replace.with.your.computer.name/index.html"
                xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
                xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata">
 
@@ -91,7 +91,7 @@
                disabled.
                -->
                <Sessions lifetime="7200" timeout="3600" checkAddress="false"
-                       handlerURL="https://cyrk.cis.yale.edu:9443/shibboleth-sp/Shibboleth.sso" 
+                       handlerURL="https://replace.with.your.computer.name:9443/shibboleth-sp/Shibboleth.sso" 
                        handlerSSL="false" idpHistory="true" idpHistoryDays="7">
                        
                        <!--