Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure a new <AttributeFilterPolicy> element for R&S SPs.
    Code Block
    xml
    xml
    
    <AttributeFilterPolicy id="releaseToRandS">
      <PolicyRequirementRule xsi:type="saml:AttributeRequesterEntityAttributeExactMatch"
          attributeName="http://id.incommon.org/attribute/entity/category"
          attributeValue="research-and-scholarship"/>
      <AttributeRule attributeID="eduPersonPrincipalName">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
      <AttributeRule attributeID="email">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
      <AttributeRule attributeID="displayName">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
      <AttributeRule attributeID="givenName">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
      <AttributeRule attributeID="surName">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
      <AttributeRule attributeID="eduPersonScopedAffiliation">
        <PermitValueRule xsi:type="ua:AttributeInMetadata" onlyIfRequired="false"/>
      </AttributeRule>
    </AttributeFilterPolicy>
    
Only Release Those Attributes that the SP Requests

...