Set Attribute

The Set Attribute authentication action allows setting one or more attributes using configured values (i.e. constant).

Configuration#

The action is configured with a list of attributes to be added. For each attribute, The following configuration options are available:

ConfigurationMandatoryDescription
nameYesName of an attribute. By default this will be treated as an attribute path, meaning this action may be used to create nested attributes.
is-attribute-nameNoThe name is literal, and does not represent a path. Enable this if your attribute names contain a period, which would indicate that it is addressing a nested object.
targetNoThe destination of the attribute (subject-attributes, context-attributes, action-attributes). Defaults to subject-attributes.
boolean-value, integer-value or string-valueYesThe attribute value. Only one of the settings can be specified.

Back-channel support#

This action can be used in back-channel authentication.

Was this helpful?