Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This matching rules evaluates to true if the attribute issuer's metadata contains an Entity Attribute that has a value that matches a given regular expression.

Note

This filter requires that the metadata for the attribute issuer is loaded and available.
This filter only operates on Attribute elements within the EntityAttributes, it does not use any Assertion elements.

...

Code Block
xml
xml
titleExample Policy Requirement Rule using the AttributeIssuerEntityAttributeRegexMatch Function
<PolicyRequirementRule xsi:type="saml:AttributeIssuerEntityAttributeRegexMatch" 
                       attributeName="urn:example.org:policy"
                       attributeValueRegex="\urn\^urn:example\.org\:policy\:ABCD.*:[^:]*$" />