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

Commit

Permalink
Add entity attribute acceptance policy for eduGAIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 25, 2014
1 parent d253e09 commit 8013686
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,29 @@
<property name="stages">
<list>
<ref bean="int_edugain_productionEntities"/>

<!--
Entity Attribute policy for entities from eduGAIN participants.
-->
<bean parent="EntityAttributeFilteringStage" p:id="entityAttributes">
<property name="rules">
<list>
<!-- Permit REFEDS R&S category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher">
<constructor-arg value="http://refeds.org/category/research-and-scholarship"/>
</bean>
<!-- Permit REFEDS R&S category *support* from any eduGAIN participant. -->
<bean parent="EntityCategorySupportMatcher">
<constructor-arg value="http://refeds.org/category/research-and-scholarship"/>
</bean>
<!-- Permit GÉANT CoC category from any eduGAIN participant. -->
<bean parent="EntityCategoryMatcher">
<constructor-arg value="http://www.geant.net/uri/dataprotection-code-of-conduct/v1"/>
</bean>
</list>
</property>
</bean>

<ref bean="importCommonTail"/>
</list>
</property>
Expand All @@ -265,6 +288,12 @@
<property name="stages">
<list>
<ref bean="us_incommon_exportedEntities"/>

<!--
Entity Attribute policy for entities from the InCommon pilot.
-->
<ref bean="stripMdattrNamespace"/>

<ref bean="importCommonTail"/>
<ref bean="uk_hide_idps"/>
</list>
Expand Down

0 comments on commit 8013686

Please sign in to comment.