Skip to main content
Skip table of contents

Temporary cards (external production) - script for managing options in Smart ID Identity Manager

This is the script that is used to manage the options in the Temporary cards (external production) - script for managing options in Smart ID Identity Manager package in Smart ID.

//---------------- Production type ----------------
/*
Defines the production type of the temporary card.
Possible options: 
 * gocards(default) - Production type is set to gocards. Temporary cards will be ordered using the Nexus GO cards API.
 * spp - Production type is set to spp. Temporary cards will be ordered using the IN Groupe connector. THIS IS CURRENTLY NOT SUPPORTED. 
*/
TempCardsAddonExtProdType = "gocards"

//---------------- Queue card orders ----------------
/*
Defines if temporary card orders are queued for batch sync(bulk) or ordered directly(single).
Possible options: 
 * true - Temporary card orders are queued for batch sync.
 * false(default) - Temporary card orders are ordered directly.
*/
TempCardsAddonExtProdOrderQueue = false

//---------------- PIN and PUK Management ----------------
/* 
Defines the legth of the PIN code.
Possible options:
 * 6(default) - PIN length is set to 6.
 * 4 - PIN length is set to 4.
*/
TempCardsAddonExtProdPINLength = "6"
/* 
Defines the legth of the PUK code.
Possible options:
 * 8(default) - PUK length is set to 8.
*/
TempCardsAddonExtProdPUKLength = "8"


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.