Social Auth
Node Card
Category: Authentication Nodes
Type:
social-authTypical position: After a social provider redirect, before a Success Final node or profile completion 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 | Social login succeeded | NA |
false | Authentication failed (catch-all for unhandled errors) | NA |
4111 | Social provider configuration not found | Social 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
Social Auth (true)→Success Finalsimple social login
Social Auth (true)→Identity Lookup→MFA Configured Statesocial login with MFA
Social Auth (true)→Data Querysession limit enforcement
Social providers always route through Social Auth
All social providers (Google, Apple, X, Facebook) route through the Social Auth node after the provider redirect completes. Social Auth is the single verification step regardless of which provider the user chose.
Usage Notes
Place the Social Auth node immediately after the social provider redirect completes. Connect true to your post-login step (Identity Lookup, Data Query, or Success Final) and false to an error page or retry path. Use the 4111 error edge when you need to surface a provider-specific configuration message to the user.