Skip to content

Commit

Permalink
Add BIRK proxy metadata to dk_wayf channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 1, 2012
1 parent ee660f7 commit bda9b84
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions mdx/dk_wayf/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,35 @@
</property>
</bean>

<!--
Fetch the BIRK proxy metadata.
See http://wayf.dk/en/services/connection-technology-for-services/412
-->
<bean id="dk_wayf_birkMetadata" parent="domResourceStage_parent"
p:id="dk_wayf_birkMetadata">
<property name="domResource">
<bean class="net.shibboleth.utilities.java.support.httpclient.HttpResource">
<constructor-arg name="client" ref="httpClient"/>
<constructor-arg name="url" value="https://metadata.wayf.dk//birk-idp.xml"/>
</bean>
</property>
</bean>
<!--
Fetch and process the exported entities as a collection.
-->
<bean id="dk_wayf_exportedEntities" parent="composite_parent"
p:id="dk_wayf_exportedEntities">
<property name="composedStages">
<list>
<!-- BIRK proxy metadata aggregate -->
<ref bean="dk_wayf_birkMetadata"/>
<ref bean="disassemble"/>

<!-- hub singleton IdP and SP metadata -->
<ref bean="dk_wayf_idpMetadata"/>
<ref bean="dk_wayf_spMetadata"/>

<ref bean="standardImportActions"/>
</list>
</property>
Expand Down

0 comments on commit bda9b84

Please sign in to comment.