Versions Compared

Key

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


Local Configuration (Default)

config.js

...

Tenant Configuration (Per Tenant Per Environment)

Type

Description

Example

...

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 Code
Pin Configuration
01234
Object

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"
	},
  }
}