/
IdPFilterRequirementAttributeRequesterRegex
IdPFilterRequirementAttributeRequesterRegex
Attribute Requester Regular Expression Attribute Filter Matching Rule
This matching rules evaluates to true if the attribute requester's entity ID matches a given regular expression.
Define the Rule
This rule is defined by the element <PolicyRequirementRule xsi:type="basic:AttributeRequesterRegex">
, for policy requirements rules, and <PermitValueRule xsi:type="basic:AttributeRequesterRegex">
, for permit value rules, with the follow attributes:
- regex - the regular expression to match
Example Policy Requirement Rule using the AttributeRequesterRegex Match Function
<PolicyRequirementRule xsi:type="basic:AttributeRequesterRegex" regex="^urn:example:.*$" />
This filter method should not be used in place of the AttributeRequesterInEntityGroup matching function.
, multiple selections available,
Related content
IdPFilterRequirementAttributeRequesterInEntityGroup
IdPFilterRequirementAttributeRequesterInEntityGroup
More like this
IdPFilterRequirementAttributeInMetadata
IdPFilterRequirementAttributeInMetadata
More like this
IdPFilterRequirementNOT
IdPFilterRequirementNOT
More like this
RequesterRegexConfiguration
RequesterRegexConfiguration
More like this
RequesterConfiguration
RequesterConfiguration
More like this
IdPAddAttributeFilterExamples
IdPAddAttributeFilterExamples
More like this