/
Pin login Configuration - V3
Pin login Configuration - V3
Introduction
Pin code configuration in each layer (Default, Registry, and Service (tenant))
Name | Type | Description | Example |
---|---|---|---|
charLength | integer | Length of Pin Code | 6 |
characters | string | Characters allowed to be used for Pin Code | 01234 |
Examples
Custom registry
create under custom registry an entry with the following label: pinConfiguration
pinConfiguration
{ "charLength": 4, "characters": "0123456789" }
Provision
URAC in Tenant configuration
{ "urac": { "pinConfiguration": { "charLength": 4, "characters": "0123456789" }, } }
Related content
POST - /pin
POST - /pin
More like this
04 Configuration Steps and requirements
04 Configuration Steps and requirements
More like this
PUT - /admin/user/pin
PUT - /admin/user/pin
More like this
04 Configuration Steps and requirements
04 Configuration Steps and requirements
More like this
Delete User Pin Configuration
Delete User Pin Configuration
More like this