Versions Compared

Key

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

...

This matching rules evaluates to true if the attribute issuer's metadata contains an Entity Attribute with a given value (since v2.3.4).

Note

This filter requires that the metadata for the attribute issuer is loaded and available.
This filter only operates on Attribute elements within the EntityAttributes, it does not use any Assertion elements.

...

Code Block
xml
titleExample Policy Requirement Rule using the AttributeIssuerEntityAttributeExactMatch Match Function
xml

<PolicyRequirementRule xsi:type="saml:AttributeIssuerEntityAttributeExactMatch" 
                       attributeName="urn:example.org:policy"
                       attributeValue="urn:example.org:policy:ABCD1234" />