Verify Passkey
Node Card
Category: Passkey Nodes
Type:
verifyPasskeyTypical position: After the Passkey output of MFA Configured State, before the success terminal node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Override the default message shown to users for each error code. Activates that error as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | Passkey assertion verified successfully | NA |
false | Assertion invalid, credential not found, or unhandled error | NA |
Usage Notes
This node validates the WebAuthn assertion returned after the user completes the passkey challenge: use it in MFA flows where passkey is configured as a second factor (routed from MFA Configured State's Passkey output). It is distinct from Login PassKey, which is a child node used for primary passwordless authentication. Route false to an error page or a fallback MFA method if the passkey assertion fails.