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

Auto Lookup

Automatically retrieves the user's profile data from the configured directory. Routes the flow based on which federated provider matched the user's identity.
Authentication Node

Node Card

Auto Lookup
true
false
Error edges
SAML
JWT
OAuth
Category: Authentication Nodes
Type: auto-lookup
Typical position: Early in a login flow, before branching into provider-specific authentication paths.

PropertyTypeDefaultDescription
Inbound SAMLmultiselectNASelect inbound SAML providers to match against the user's identity.
Inbound JWTmultiselectNASelect inbound JWT providers to match against the user's identity.
Inbound OAuthmultiselectNASelect inbound OAuth providers to match against the user's identity.

Common Next Nodes

Auto Lookup (SAML)SAML Authuser matched a SAML provider
Auto Lookup (JWT)JWT Authuser matched a JWT provider
Auto Lookup (OAuth)OAuth Authuser matched an OAuth provider
Auto Lookup (false)Web Pageno provider matched: standard login path

Usage Notes

Auto Lookup inspects the user's identity and checks it against each configured federated provider list. Each named output (SAML, JWT, OAuth) routes to the corresponding authentication node for that provider. If no provider matches, the false edge handles the user: typically routing them to a standard password login path.