IdPFilterRequirementAttributeRequesterNameIDFormatExactMatch
Attribute Requester Name Identifier Format Exact Matching Rule
This matching rules evaluates to true if the attribute requester's metadata indicates that a given name identifier format is supported.
This filter requires that the metadata for the attribute requester is loaded and available.
Define the Rule
This rule is defined by the element <PolicyRequirementRule xsi:type="saml:AttributeRequesterNameIDFormatExactMatch">
, for policy requirements rules, and <PermitValueRule xsi:type="saml:AttributeRequesterNameIDFormatExactMatch">
, for permit value rules, with the following attributes:
- nameIdFormat - the name identifier that must be supported
Example Policy Requirement Rule using the AttributeRequesterNameIDFormatExactMatch Match Function
<PolicyRequirementRule xsi:type="saml:AttributeRequesterNameIDFormatExactMatch" nameIdFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" />