You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/05 15:19:17 UTC

svn commit: r592004 - /lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl

Author: andreas
Date: Mon Nov  5 06:19:17 2007
New Revision: 592004

URL: http://svn.apache.org/viewvc?rev=592004&view=rev
Log:
Use proxy setup URLs and correct providerId in cocoon.xconf.

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl

Modified: lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl?rev=592004&r1=592003&r2=592004&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/webapp/WEB-INF/cocoon-xconf.xsl Mon Nov  5 06:19:17 2007
@@ -265,13 +265,13 @@
     role="org.apache.shibboleth.ShibbolethModule"
     class="org.apache.shibboleth.impl.ShibbolethModuleImpl">
     
-    <WayfServer>https://localhost:8443/shibboleth-wayf/WAYF</WayfServer>
+    <WayfServer>https://sp.shibtest.org/shibboleth-wayf/WAYF</WayfServer>
     
     <!-- Please fill-in your providerId. For Shibboleth 1.1, leave providerId empty. -->
-    <ProviderId>http://sp.shibtest.org:8080/shibboleth</ProviderId>
+    <ProviderId>https://sp.shibtest.org/shibboleth</ProviderId>
     
-    <!-- The shire or assertion consumer service URL. -->
-    <Shire>http://sp.shibtest.org/default/authoring/index.html?lenya.usecase=login&amp;lenya.step=login</Shire>
+    <!-- The shire or assertion consumer service URL, relative to the proxy or servlet URL. -->
+    <Shire>/default/authoring/index.html?lenya.usecase=login&amp;lenya.step=login</Shire>
     <!-- 
       Location of your list of your supported Home Organisations. May be either an absolute file,
       a file relative to the webapp root or an URI to a file on a web server.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org