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

Commit

Permalink
Allow import of the SIRTFI contactType and entity attribute from eduGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 22, 2016
1 parent ca9306e commit cb67cee
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,28 @@
<bean parent="EntityCategoryMatcher"
c:category="http://refeds.org/category/hide-from-discovery"/>

<!-- Permit SIRTFI entity attribute -->
<bean parent="MultiPredicateMatcher">
<property name="nameFormatPredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
/>
</property>
<property name="namePredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="urn:oasis:names:tc:SAML:attribute:assurance-certification"
/>
</property>
<property name="valuePredicate">
<bean class="com.google.common.base.Predicates"
factory-method="equalTo"
c:_="https://refeds.org/sirtfi"
/>
</property>
</bean>

</list>
</property>
</bean>
Expand Down Expand Up @@ -225,6 +247,7 @@
<ref bean="mdattr_namespace"/>
<ref bean="mdrpi_namespace"/>
<ref bean="mdui_namespace"/>
<ref bean="remd_namespace"/>
<ref bean="saml_namespace"/>
<ref bean="shibmd_namespace"/>
<ref bean="xenc_namespace"/>
Expand Down

0 comments on commit cb67cee

Please sign in to comment.