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. |
Back-channel support#
This action can be used in back-channel authentication.