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

Identity

Prompts the user to enter their identity attribute (email, phone, or username) and stores the input. Always used inside a Web Page node. Child node: must be placed inside a Web Page node.
Input Node

Node Card

Identity
true
false
Category: Input Nodes
Type: identity
Typical position: Inside a Web Page node, as the first field in login or registration forms.

PropertyTypeRequiredDescription
Identity AttributeselectYesThe identity type(s) accepted by this field. Options: Email/Phone, Email/Username, Phone/Username, Email/Phone/Username.

Common Next Nodes

Web Page containing Identity (output)Identity Lookupresolve user after identity entry
Web Page containing Identity (output)Authverify credentials immediately (combined login form)

Usage Notes

The Identity node renders a single input field that accepts the configured identity attribute combination. Pair it with a Password node inside the same Web Page node to build a standard login form. The collected value is passed automatically to downstream nodes (e.g., Identity Lookup or Auth).