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

Commit

Permalink
Move to static eduGAIN endpoint signed with SHA-256.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 30, 2014
1 parent b41f74b commit 474d60e
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 @@ -28,7 +28,7 @@
-->
<!-- production aggregate -->
<bean id="int_edugain_productionAggregate_url" class="java.lang.String">
<constructor-arg value="http://mds.edugain.org"/>
<constructor-arg value="http://mds.edugain.org/feed-sha256.xml"/>
</bean>
<!-- test aggregate -->
<bean id="int_edugain_testAggregate_url" class="java.lang.String">
Expand Down Expand Up @@ -75,7 +75,7 @@
<!--
Check a signature against the eduGAIN signing certificate.
-->
<bean id="int_edugain_checkSignature" parent="XMLSignatureValidationStage"
<bean id="int_edugain_checkSignature" parent="XMLSignatureValidationStageSHA256"
p:id="int_edugain_checkSignature">
<property name="verificationCertificate" ref="int_edugain_signingCertificate"/>
</bean>
Expand Down

0 comments on commit 474d60e

Please sign in to comment.