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

Authentication Nodes

Nodes for authenticating users via email/password, social providers, OAuth, SAML, and JWT.
Authentication
NodeDescription
Auth NodeAuthenticates a user via email and password. Routes to true on success, false on failure.
Social AuthAuthenticates or registers a user via a configured social provider (Google, Facebook, Apple, etc.).
OAuth AuthAuthenticates a user via an external OAuth 2.0 provider configured in the Admin Console.
JWT AuthValidates an inbound JWT and resolves it to a LoginRadius identity.
SAML AuthAuthenticates a user via a configured SAML 2.0 identity provider.
Identity LookupLooks up an existing identity by email or phone without performing a full authentication.
Auto LookupAutomatically resolves the authentication method based on the identifier provided.
External Identity LookupLooks up a user identity from an external system and maps it to a LoginRadius profile.
User ExistsChecks whether a user with the given identifier already exists in the system.