Data-source-transformer (Section)#

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

Parameters#

NameTypeRequiredDefaultDescription
additional-attributes-to-includemulti-value, stringoptionalThis is a whitelist of attributes that if returned by the data source will be added to thetransformation response
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
attribute-data-source SectionNone
attributes ListThe list of attributes to perform the transformation on

Was this helpful?