Identity
Node Card
Category: Input Nodes
Type:
identityTypical position: Inside a Web Page node, as the first field in login or registration forms.
Properties
Outputs & Errors
| Property | Type | Required | Description |
|---|---|---|---|
| Identity Attribute | select | Yes | The identity type(s) accepted by this field. Options: Email/Phone, Email/Username, Phone/Username, Email/Phone/Username. |
| Output / Code | Condition | Default message |
|---|---|---|
| NA | NA | Child nodes have no independent outputs: the parent Web Page node fires its output edge on form submission. |
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).