OAuth Auth
Node Card
Category: Authentication Nodes
Type:
oauth-authTypical position: After an OAuth provider callback, before a Success Final node or account linking step.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Error handling for each selected error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | OAuth authentication succeeded | NA |
false | Authentication failed (catch-all for unhandled errors) | NA |
4113 | OAuth provider configuration not found | OAuth configuration not found |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Common Next Nodes
OAuth Auth (true)→Success FinalOAuth federated login complete
OAuth Auth (false)→Failure FinalOAuth verification failed
Usage Notes
Place the OAuth Auth node after the OAuth authorization code exchange. Connect true to your post-login logic and false to an error or retry path. Enable the 4113 error edge if you want to present a user-facing message when the OAuth app is misconfigured rather than silently failing.