Versions Compared

Key

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

...

The PrincipalNameRegex type describes a PolicyRule which returns true if the canonicalized principal used to identify the user matches matches the supplied Pattern. See AuthenticationConfiguration for a discussion of principal name canonicalization during authentication. When filtering data resolved for SAML AttributeQuery requests, the value is produced via NameIDConsumptionConfiguration.

Reference

localtab-live
Localtabgroup
Expand
titleXML Attributes

Name

Type

Default

Description

regex

Pattern

Required, the Java regular expression to match against

caseSensitive

boolean

true

Whether the comparison is case sensitive

Example

Apply this rule if the principal starts with "hn":

...