IdPFilterRequirementAttributeIssuerString
Attribute Issuer String Attribute Filter Matching Rule
This attribute matching rules evaluates to true to true if the attribute issuer's entity ID matches a given string.
Define the Rule
This rule is defined by the element <PolicyRequirementRule xsi:type="basic:AttributeIssuerString">
, for policy requirements rules, and <PermitValueRule xsi:type="basic:AttributeIssuerString">
, for permit value rules, with the follow attributes:
- value - the string value to match
- ignoreCase - a boolean flag indicating whether the match is not case-sensitive
Example Policy Requirement Rule using the AttributeIssuerString Match Function
<PolicyRequirementRule xsi:type="basic:AttributeIssuerString" value="urn:example:org:idp:foo" />