Skip to content

Commit

Permalink
Canadian Access Federation: stylistic tweak, add eduGAIN aggregate lo…
Browse files Browse the repository at this point in the history
…cation.
  • Loading branch information
iay committed Dec 12, 2012
1 parent 655ea92 commit 162b87e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion mdx/ca_caf/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
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">

<!--
Location of various resources.
-->
<bean id="ca_caf_productionAggregate_url" class="java.lang.String">
<constructor-arg value="https://caf-shibops.ca/CoreServices/cafshib_metadata_signed.xml"/>
</bean>
<bean id="ca_caf_edugainAggregate_url" class="java.lang.String">
<constructor-arg value="https://idp.canarie.ca/canarie-inside-edugain.xml"/>
</bean>

<!--
Fetch the CAF production aggregate.
-->
Expand All @@ -19,7 +29,7 @@
<property name="domResource">
<bean class="net.shibboleth.utilities.java.support.httpclient.HttpResource">
<constructor-arg name="client" ref="httpClient"/>
<constructor-arg name="url" value="https://caf-shibops.ca/CoreServices/cafshib_metadata_signed.xml"/>
<constructor-arg name="url" ref="ca_caf_productionAggregate_url"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -61,7 +71,9 @@
-->
<ref bean="check_validUntil"/>
<ref bean="ca_caf_checkSignature"/>
<!--
<ref bean="errorTerminatingFilter"/>
-->

<ref bean="disassemble"/>

Expand Down

0 comments on commit 162b87e

Please sign in to comment.