Attribute Value Decision node
Verifies that the specified attribute satisfies a specific condition.
Use this node to check whether an attribute’s expected value is equal to a collected attribute value, or to validate that the specified attribute was collected.
Examples:
-
To validate that a user provided the country attribute during registration, set the comparison operation to
PRESENT
, and the comparison attribute tocountry
. -
To validate that the country attribute is set to the United States, set the comparison operation to
EQUALS
, the comparison attribute tocountry
, and the comparison value toUnited States
.
Use Attribute Present Decision node instead
when you need to check for the presence of a private attribute, such as password
.
Compatibility
Product | Compatible? |
---|---|
Advanced Identity Cloud |
Yes |
PingAM (self-managed) |
Yes |
Ping Identity Platform (self-managed) |
Yes |
Properties
Property | Usage |
---|---|
Comparison Operation |
The operation to perform on the object attribute:
|
Comparison Attribute |
The object attribute to compare. |
Comparison Value |
When Comparison Operation is |
Identity Attribute |
The attribute used to identify the managed object in the underlying identity service. |