Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add SP metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 30, 2012
1 parent 8a4d529 commit ee660f7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion mdx/dk_wayf/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">


<!--
Information about WAYF metadata can be found here:
http://wayf.dk/en/institutions/metadata
-->

<!--
Fetch the IdP metadata.
-->
Expand All @@ -25,6 +30,19 @@
</property>
</bean>

<!--
Fetch the SP metadata.
-->
<bean id="dk_wayf_spMetadata" parent="domResourceStage_parent"
p:id="dk_wayf_spMetadata">
<property name="domResource">
<bean class="net.shibboleth.utilities.java.support.httpclient.HttpResource">
<constructor-arg name="client" ref="httpClient"/>
<constructor-arg name="url" value="https://wayf.wayf.dk/module.php/saml/sp/metadata.php/wayf.wayf.dk"/>
</bean>
</property>
</bean>

<!--
Fetch and process the exported entities as a collection.
-->
Expand All @@ -33,6 +51,7 @@
<property name="composedStages">
<list>
<ref bean="dk_wayf_idpMetadata"/>
<ref bean="dk_wayf_spMetadata"/>
<ref bean="standardImportActions"/>
</list>
</property>
Expand Down

0 comments on commit ee660f7

Please sign in to comment.