Configure MFA
Node Card
Category: MFA Nodes
Type:
configureMfaTypical position: After MFA Configured State routes to the "not configured" path, before method-specific Configure nodes.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| MFA Flow | select | NA | Whether MFA setup is Mandatory or Optional. Required. When Optional, a Skip output edge is available. |
| Message | text | Multi-Factor Authentication Set Up. | Instruction text displayed to the user on the enrollment screen. Required. |
| MFA Methods | multiselect | NA | Select the MFA methods to offer: Authenticator, Security Question, Email OTP, SMS OTP, Push Notification, Duo Authentication, Passkey. |
| Authenticator Button Text | text | NA | Button label for the Authenticator option. Required when Authenticator is selected. |
| Security Question Button Text | text | NA | Button label for the Security Question option. Required when Security Question is selected. |
| Email OTP Button Text | text | NA | Button label for the Email OTP option. Required when Email OTP is selected. |
| SMS OTP Button Text | text | NA | Button label for the SMS OTP option. Required when SMS OTP is selected. |
| Push Notification Button Text | text | NA | Button label for the Push Notification option. Required when Push Notification is selected. |
| Duo Authentication Button Text | text | NA | Button label for the Duo Authentication option. Required when Duo Authentication is selected. |
| Passkey Button Text | text | NA | Button label for the Passkey option. Required when Passkey is selected. |
| Output / Code | Condition | Default message |
|---|---|---|
Email OTP | User selects Email OTP for enrollment | NA |
SMS OTP | User selects SMS OTP for enrollment | NA |
Authenticator | User selects Authenticator for enrollment | NA |
Security Question | User selects Security Question for enrollment | NA |
Duo Auth | User selects Duo Authentication for enrollment | NA |
Push Auth | User selects Push Notification for enrollment | NA |
Passkey | User selects Passkey for enrollment | NA |
Skip | User skips MFA setup (only available when MFA Flow is Optional) | NA |
false | Enrollment initiation failed or unhandled error | NA |
Common Next Nodes
Configure MFA (Authenticator)→Configure Authenticatorenroll TOTP authenticator app
Configure MFA (SMS OTP)→Web Page (Phone)collect phone for SMS OTP enrollment
Configure MFA (Skip)→Success Finaloptional flow: user deferred MFA setup
Usage Notes
Connect each method output to its corresponding Configure node to complete enrollment (e.g., Authenticator → Configure Authenticator → Verify Authenticator). When MFA Flow is set to Mandatory, the Skip output is not present: all users must complete setup. For Optional flows, connect Skip directly to the login success path so users can defer MFA enrollment.