IdPFilterRequirementAttributeScopeString
Attribute Value Scope Attribute Filter Matching Rule
This matching rules evaluates to true if the scope associated with an attribute value matches a given string.
Define the Rule
This rule is defined by the element <PolicyRequirementRule xsi:type="basic:AttributeScopeString">
, for policy requirements rules, and <PermitValueRule xsi:type="basic:AttributeScopeString">
, 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
- attributeID the ID of the attribute whose value(s) must match the given value
Example Policy Requirement Rule using the AttributeScopeString Match Function
<PolicyRequirementRule xsi:type="basic:AttributeScopeString" attributeID="uid" value="example.org"/>