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

Pin Input

Displays the PIN entry field when the user has already configured a PIN. Always used inside a Web Page node. <strong>Child node: must be placed inside a Web Page node.</strong>
Input Node

Node Card

Pin Input
true
false
Category: Input Nodes
Type: pin-input
Typical position: Inside a Web Page node on the PIN authentication or PIN change branch.

PropertyTypeDefaultDescription
Pin Only as InputcheckboxfalseWhen enabled, renders only a PIN field without combining it with other input fields.
Old PincheckboxNAShow the old PIN field (used in Change PIN flows).
New PincheckboxNAShow the new PIN field (used in Change PIN flows).
Validate PincheckboxNAWhen enabled, validates the PIN against the site's PIN policy (length, allowed characters, etc.).

Common Next Nodes

Web Page containing Pin Input (output)Verify PINvalidate the entered PIN
Web Page containing Pin Input (output)Update PINchange PIN: update to new value

Usage Notes

Use Pin Input on the PIN authentication path (verify existing PIN) or in a Change PIN flow (collect Old Pin and New Pin). Enable Validate Pin to enforce the PIN policy configured in Admin Console. The collected PIN value is passed to the downstream PIN verification or change node.