Skip to content

Commit

Permalink
added production environment entityID
Browse files Browse the repository at this point in the history
  • Loading branch information
marisastrong authored Aug 28, 2019
1 parent 60ac8fb commit 63453b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions documentation/membership/dyrad_attribute_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ currently defined as an endpoint of the dash-stage SP
</AttributeRule>
</AttributeFilterPolicy>

 <!--
       Dryad production server
   -->
   <AttributeFilterPolicy id="Dryad Production">
       <PolicyRequirementRule xsi:type="basic:AttributeRequesterString"
   value="https://datadryad.org/shibboleth" />

       <AttributeRule attributeID="eduPersonPrincipalName">
           <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
       <AttributeRule attributeID="mail">
           <PermitValueRule xsi:type="basic:ANY" />
       </AttributeRule>
   </AttributeFilterPolicy>

0 comments on commit 63453b7

Please sign in to comment.