summaryrefslogtreecommitdiff
path: root/src/installer/resources/wayfconfig.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/resources/wayfconfig.xml')
-rw-r--r--src/installer/resources/wayfconfig.xml21
1 files changed, 17 insertions, 4 deletions
diff --git a/src/installer/resources/wayfconfig.xml b/src/installer/resources/wayfconfig.xml
index a797b54..d511d92 100644
--- a/src/installer/resources/wayfconfig.xml
+++ b/src/installer/resources/wayfconfig.xml
@@ -72,10 +72,9 @@
-->
- <MetadataProvider
- displayName="Federation Name"
- identifier="FirstSite"
- url="file://$DS_HOME$/metadata/sites.xml"/>
+ <MetadataProvider displayName="" identifier="SWAMID-1.0"
+ url="http://wayf.swamid.se/md/swamid-1.0.xml"
+ backingFile="/opt/shibboleth-ds/metadata/swamid-1.0.xml"/>
<!-- If the WAYF is to handle data from more than one metadata source
then more metadataproviders can be provided, as below
@@ -168,6 +167,20 @@
<PluginInstance identifier="CookiePlugin"/>
</DiscoveryServiceHandler>
+ <DiscoveryServiceHandler location=".+/ds.sunet.se/WAYF" jspFile="wayf-sunet.jsp" errorJspFile="wayferror-sunet.jsp">
+ <PluginInstance identifier="CookiePlugin"/>
+ </DiscoveryServiceHandler>
+
+ <DiscoveryServiceHandler location=".+/ds.sunet.se/DS" jspFile="wayf-sunet.jsp" errorJspFile="wayferror-sunet.jsp">
+ <PluginInstance identifier="CookiePlugin"/>
+ </DiscoveryServiceHandler>
+ <DiscoveryServiceHandler location=".+/ds.swamid.se/WAYF" jspFile="wayf-swamid.jsp" errorJspFile="wayferror-swamid.jsp">
+ <PluginInstance identifier="CookiePlugin"/>
+ </DiscoveryServiceHandler>
+
+ <DiscoveryServiceHandler location=".+/ds.swamid.se/DS" jspFile="wayf-swamid.jsp" errorJspFile="wayferror-swamid.jsp">
+ <PluginInstance identifier="CookiePlugin"/>
+ </DiscoveryServiceHandler>
</WayfConfig>