Versions Compared

Key

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

...

The IssuerEntityAttributeRegexMatch type is a PolicyRule that returns true if the SAML metadata for the issuer contains <mdattr:EntityAttribute> extension data matching the supplied parameterization.

...

Localtabgroup
Localtab live
titleXML Attributes

Name

Type

Required?

Default

Description

attributeName

String

Y


The SAML Attribute Name to match against

attributeValueRegex

Pattern

Y


The regular expression to match against

attributeNameFormat

URI



The SAML Attribute NameFormat to test against (if not specified, then matching is solely based on the Name)

ignoreUnmappedEntityAttributes

Boolean


false

When true, this constrains the rule to ignore the underlying XML and match solely against the data mapped via the AttributeRegistryConfiguration


...