Auto Lookup
Node Card
Category: Authentication Nodes
Type:
auto-lookupTypical position: Early in a login flow, before branching into provider-specific authentication paths.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Inbound SAML | multiselect | NA | Select inbound SAML providers to match against the user's identity. |
| Inbound JWT | multiselect | NA | Select inbound JWT providers to match against the user's identity. |
| Inbound OAuth | multiselect | NA | Select inbound OAuth providers to match against the user's identity. |
| Output / Code | Condition | Default message |
|---|---|---|
false | No configured provider matched the user's identity | NA |
SAML | User's identity matched a configured inbound SAML provider | NA |
JWT | User's identity matched a configured inbound JWT provider | NA |
OAuth | User's identity matched a configured inbound OAuth provider | NA |
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.