Skip to content

Commit

Permalink
The Edugate federation now has a real export aggregate for us to cons…
Browse files Browse the repository at this point in the history
…ume, so stop using their production aggregate as a proxy.
  • Loading branch information
iay committed Jul 6, 2011
1 parent a8647d6 commit 590128e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mdx/ie_edugate/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

<!--
Fetch the export aggregate.
-->
<bean id="ie_edugate_exportAggregate" class="net.shibboleth.metadata.dom.DomHttpSourceStage"
init-method="initialize" lazy-init="true">
<property name="id" value="ie_edugate_exportAggregate"/>
<property name="parserPool" ref="parserPool"/>
<property name="sourceUrl" value="https://edugate.heanet.ie/edugate-ukfed-signed.xml"/>
</bean>

<!--
Fetch the production aggregate.
-->
Expand Down Expand Up @@ -43,8 +53,7 @@
<property name="id" value="ie_edugate_exportedEntities"/>
<property name="composedStages">
<list>
<!-- no export aggregate; use the production one instead -->
<ref bean="ie_edugate_productionAggregate"/>
<ref bean="ie_edugate_exportAggregate"/>
<ref bean="ie_edugate_checkSignature"/>

<!-- failure to validate signature is fatal -->
Expand Down

0 comments on commit 590128e

Please sign in to comment.