Identity Store Decision node
Attempts to match the provided username and password with those in the identity store.
If the credentials exist, the node checks whether the profile is locked, the provided password has expired, or the user cancels a password reset.
Outcomes
True
-
The credentials match those found in the identity store.
False
-
The credentials do not match those found in the identity store.
Locked
-
The profile associated with the provided credentials is locked.
Cancelled
-
The user must change their password. When the journey prompts the user to change their password, the user cancels the password change.
Expired
-
The profile is found, but the password has expired.
Properties
Property | Usage | ||
---|---|---|---|
Minimum Password Length |
Specifies the minimum acceptable password length. Default: |
||
Username as Universal Identifier |
If you enable this property, the If this property is false, the value of the Default: false
|
||
Use mixed case for password change messages |
Defines whether password change messages are returned in mixed (sentence) case or transformed to uppercase. By default password reset and password change messages are transformed to upper case. Enable this setting to return messages in sentence case. Default: Disabled |
Alternative nodes
-
The Data Store Decision node is a simpler node with only two outcomes,
True
andFalse
. Use this node if the flow only requires these outcomes.