Regex-transformer (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/regex-transformer

Parameters#

NameTypeRequiredDefaultDescription
attributes-locationenumerationoptionalsubject-attributesThe source and destination of the transformed attributes.
excluded-attributesmulti-value, stringoptionalThis is an optional list where attributes can be listed that should be removed from the original set of parameters. If the name of the attribute matches what the authentication returned, that attribute will be removed. The excluded attributes need to have a fully qualified path. Example: emails.email.value, or to remove all emails: emails

Subsections#

NameTypeDescription
attributes ListThis transformer applies the defined regex on the matching key. The username key is called ‘subject’ and if omitted will be passed through without change. If a matching-regex is omitted, the attribute will be passed through without change of value, but might be given a new name.If an attribute value doesn’t match any key, the transformer will ignore that value and it will be passed through.

Was this helpful?