Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add R&S attribute release support to default config
pcaskey committed Feb 12, 2017
1 parent 872f3ce commit 866baf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conf/attribute-filter.xml
@@ -45,9 +45,10 @@
</AttributeRule>
</AttributeFilterPolicy>
-->
<AttributeFilterPolicy id="releaseToAnyone">
<PolicyRequirementRule xsi:type="ANY" />

<AttributeFilterPolicy id="releaseRandSAttributeBundle">
<PolicyRequirementRule xsi:type="AttributeRequesterEntityAttributeExactMatch"
attributeName="http://macedir.org/entity-category"
attributeValue="http://refeds.org/category/research-and-scholarship"/>
<AttributeRule attributeID="eduPersonPrincipalName">
<PermitValueRule xsi:type="ANY" />
</AttributeRule>

0 comments on commit 866baf9

Please sign in to comment.