Verify Authenticator
Node Card
Category: MFA Nodes
Type:
verifyAuthenticatorTypical position: After a Web Page node collecting the TOTP code, before the success terminal node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| NA | NA | NA | This node has no configurable properties. |
| Output / Code | Condition | Default message |
|---|---|---|
true | TOTP code is valid and within the time window | NA |
false | TOTP code is invalid, expired, or unhandled error | NA |
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.