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

Verify Authenticator

Verifies the TOTP code entered by the user against the registered authenticator app. Use after the Authenticator Input node.
MFA Node

Node Card

Verify Authenticator
true
false
Category: MFA Nodes
Type: verifyAuthenticator
Typical position: After a Web Page node collecting the TOTP code, before the success terminal node.

PropertyTypeDefaultDescription
NANANAThis node has no configurable properties.

Common Next Nodes

Verify Authenticator (true)Success FinalTOTP valid: MFA complete
Verify Authenticator (false)Web Page (Authenticator Input)TOTP invalid: allow retry

Usage Notes

TOTP codes are time-based and valid for a short window (typically 30 seconds); ensure server clock synchronization to avoid false negatives. Place a Web Page node before this one to collect the 6-digit code from the user. The false output should route to a retry path to allow the user to re-enter the code before locking them out.