Skip to content

Commit

Permalink
Use canonical eduGAIN aggregate endpoints
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#204.
  • Loading branch information
iay committed Dec 2, 2019
1 parent aa2b28f commit 830c030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
-->
<!-- production aggregate -->
<bean id="int_edugain_productionAggregate_url" parent="String">
<constructor-arg value="https://mds.edugain.org/edugain-v1.xml"/>
<constructor-arg value="http://mds.edugain.org/edugain-v1.xml"/>
</bean>
<!-- beta (test) aggregate -->
<bean id="int_edugain_betaAggregate_url" parent="String">
<constructor-arg value="https://mds.edugain.org/edugain-v1-beta.xml"/>
<constructor-arg value="http://mds.edugain.org/edugain-v1-beta.xml"/>
</bean>

<!--
Expand Down

0 comments on commit 830c030

Please sign in to comment.