Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Pin code configuration in each layer (Default, Registry, and Service (tenant))

NameType DescriptionExample
charLengthintegerLength of Pin Code6
charactersstringCharacters allowed to be used for Pin Code01234

Examples

Custom registry

create under custom registry an entry with the following label: pinConfiguration

Code Block
languagejs
titlepinConfiguration
{
	"charLength": 4,
	"characters": "0123456789"
}

Provision

Code Block
languagejs
titleURAC in Tenant configuration
{
  "urac": {
	"pinConfiguration": {
		"charLength": 4,
		"characters": "0123456789"
	},
  }
}