loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

MFA Unconfigured State

Checks which MFA methods the user has NOT yet configured. Routes to each unconfigured method for setup. Used to guide users through mandatory MFA enrollment.
MFA Node

Node Card

MFA Unconfigured State
true
false
Category: MFA Nodes
Type: mfaUnconfiguredState
Typical position: After Configure MFA node, routing each unconfigured method to its corresponding Configure node.

PropertyTypeDefaultDescription
MFA MethodsmultiselectNASelect the MFA methods to check: Authenticator, Security Question, Email OTP, SMS OTP, Push Notification, Duo Authentication, Passkey.
Authenticator Button TexttextNAButton label for the Authenticator option. Shown when Authenticator is selected in MFA Methods. Required when enabled.
Security Question Button TexttextNAButton label for the Security Question option. Shown when Security Question is selected. Required when enabled.
Email OTP Button TexttextNAButton label for the Email OTP option. Shown when Email OTP is selected. Required when enabled.
SMS OTP Button TexttextNAButton label for the SMS OTP option. Shown when SMS OTP is selected. Required when enabled.
Backup Code Button TexttextNAButton label for the Backup Code option. Optional.
Duo Authentication Button TexttextNAButton label for the Duo Authentication option. Shown when Duo Authentication is selected. Required when enabled.
Push Notification Button TexttextNAButton label for the Push Notification option. Shown when Push Notification is selected. Required when enabled.
Passkey Button TexttextNAButton label for the Passkey option. Shown when Passkey is selected. Required when enabled.

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.