MFA Unconfigured State
Node Card
Category: MFA Nodes
Type:
mfaUnconfiguredStateTypical position: After Configure MFA node, routing each unconfigured method to its corresponding Configure node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| MFA Methods | multiselect | NA | Select the MFA methods to check: Authenticator, Security Question, Email OTP, SMS OTP, Push Notification, Duo Authentication, Passkey. |
| Authenticator Button Text | text | NA | Button label for the Authenticator option. Shown when Authenticator is selected in MFA Methods. Required when enabled. |
| Security Question Button Text | text | NA | Button label for the Security Question option. Shown when Security Question is selected. Required when enabled. |
| Email OTP Button Text | text | NA | Button label for the Email OTP option. Shown when Email OTP is selected. Required when enabled. |
| SMS OTP Button Text | text | NA | Button label for the SMS OTP option. Shown when SMS OTP is selected. Required when enabled. |
| Backup Code Button Text | text | NA | Button label for the Backup Code option. Optional. |
| Duo Authentication Button Text | text | NA | Button label for the Duo Authentication option. Shown when Duo Authentication is selected. Required when enabled. |
| Push Notification Button Text | text | NA | Button label for the Push Notification option. Shown when Push Notification is selected. Required when enabled. |
| Passkey Button Text | text | NA | Button label for the Passkey option. Shown when Passkey is selected. Required when enabled. |
| Output / Code | Condition | Default message |
|---|---|---|
Email OTP | User has not yet configured Email OTP | NA |
SMS OTP | User has not yet configured SMS OTP | NA |
Authenticator | User has not yet configured Authenticator | NA |
Security Question | User has not yet configured Security Question | NA |
Duo Auth | User has not yet configured Duo Authentication | NA |
Push Auth | User has not yet configured Push Notification | NA |
Passkey | User has not yet configured Passkey | NA |
false | All selected methods are already configured or check failed | NA |
Common Next Nodes
MFA Unconfigured State (Authenticator)→Configure Authenticatorenroll TOTP authenticator
MFA Unconfigured State (false)→MFA Configured Stateall methods enrolled: proceed to MFA challenge
Usage Notes
This node is the counterpart to MFA Configured State: it exposes only the methods a user has not yet set up, making it the entry point for mandatory enrollment flows. Connect each method output to its respective Configure node (e.g., Authenticator → Configure Authenticator). The false output fires when all selected methods are already configured, so route it forward to the login success path or to MFA Configured State.