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

Social Auth

Validates the social provider authentication result and routes to true on success.
Authentication Node

Node Card

Social Auth
true
false
Error edges
4111
Category: Authentication Nodes
Type: social-auth
Typical position: After a social provider redirect, before a Success Final node or profile completion step.

PropertyTypeDefaultDescription
Error HandlingcustommultiselectAll errors set to automaticError handling for each selected error code. Setting a custom message activates that error code as a named output edge on the canvas.

Common Next Nodes

Social Auth (true)Success Finalsimple social login
Social Auth (true)Identity LookupMFA 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.