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:

Configuration Mandatory Description
name yes Name 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-name no The 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.
target no The destination of the attribute (subject-attributes, context-attributes, action-attributes). Defaults to subject-attributes.
boolean-value, integer-value or string-value yes The attribute value. Only one of the settings can be specified.