Skip to content

Commit

Permalink
The production eduGAIN aggregate now has a validUntil attribute.
Browse files Browse the repository at this point in the history
All entities in eduGAIN aggregates should now have RegistrationInfo elements.
  • Loading branch information
iay committed May 3, 2013
1 parent ad713ef commit 3d7d215
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
missing or expired validUntil attribute
invalid signature
-->
<!--
no validUntil element is present at the moment
-->
<!--
<ref bean="check_validUntil"/>
-->
<ref bean="int_edugain_checkSignature"/>
<ref bean="errorTerminatingFilter"/>

Expand All @@ -95,6 +90,12 @@
<ref bean="cz_eduid_stripMetadataNamespace"/>
<ref bean="hu_eduid_stripEntityAttributesNamespace"/>

<!--
All eduGAIN entities should have mdrpi:RegistrationInfo elements, but
we can't check the actual values.
-->
<ref bean="check_hasreginfo"/>

<ref bean="standardImportActions"/>

<!-- Strip all entity attributes from this source. -->
Expand Down Expand Up @@ -125,10 +126,17 @@
<ref bean="disassemble"/>

<!--
Strip Hungarian entity attributes namespace.
Strip participant-specific namespaces.
-->
<ref bean="cz_eduid_stripMetadataNamespace"/>
<ref bean="hu_eduid_stripEntityAttributesNamespace"/>

<!--
All eduGAIN entities should have mdrpi:RegistrationInfo elements, but
we can't check the actual values.
-->
<ref bean="check_hasreginfo"/>

<ref bean="standardImportActions"/>

<!-- Strip all entity attributes from this source. -->
Expand Down

0 comments on commit 3d7d215

Please sign in to comment.