IdPFilterRequirementAttributeRequesterEntityAttributeExactMatch
Attribute Requester Entity Attribute Exact Matching Rule
This matching rules evaluates to true if the attribute requester's metadata contains an Entity Attribute with a given value.
This filter requires that the metadata for the attribute requester is loaded and available.
This filter only operates on Attribute
elements within the EntityAttributes
, it does not use any Assertion
elements.
Define the Rule
This rule is defined by the element <PolicyRequirementRule xsi:type="saml:AttributeRequesterEntityAttributeExactMatch">
, for policy requirements rules, and <PermitValueRule xsi:type="saml:AttributeRequesterEntityAttributeExactMatch">
, for permit value rules, with the following required attributes:
- attributeName - the name of the entity attribute
- attributeValue - the value the entity attribute must have
This rule also supports the following optional attribute:
- attributeNameFormat - the name format the entity attribute must have; otherwise any format is accepted
Example Policy Requirement Rule using the AttributeRequesterEntityAttributeExactMatch Function
<PolicyRequirementRule xsi:type="saml:AttributeRequesterEntityAttributeExactMatch" attributeName="urn:example.org:policy" attributeValue="urn:example.org:policy:ABCD1234" />