Skip to main content
Skip table of contents

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

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

//---------------- Approval ----------------
/*
Defines if card ordering requires approval.
Possible options: 
 * true - Approval steps are enabled.
 * false(default) - Approval steps are disabled.
*/
CardsAddonExtProdOrderApproval = false
/* 
Defines if card ordering done through batch order require approval.
Possible options:
 * true - Approval steps are enabled.
 * false(default) - Approval steps are disabled.
*/
CardsAddonExtProdBatchOrderApproval = false

//---------------- Queue card orders ----------------
/*
Defines if card orders are queued for batch sync(bulk) or ordered directly(single).
Possible options: 
 * true - Card orders are queued for batch sync.
 * false(default) - Card orders are ordered directly.
*/
CardsAddonExtProdOrderQueue = false
/*
Defines if card orders done through batch order are queued for batch sync(bulk) or ordered directly(single).
Possible options: 
 * true - Card orders are queued for batch sync.
 * false(default) - Card orders are ordered directly.
*/
CardsAddonExtProdBatchOrderQueue = false

//---------------- Multiple card orders ----------------
/*
Defines if multiple card orders for the same user is allowed.
Possible options: 
 * true - Multiple card orders for same user is allowed.
 * false(default) - Only one card order per user is allowed.
*/
CardsAddonExtProdMultipleCards = false

//---------------- Emails ----------------
/*
Defines if an email is sent to the user after a card is ordered.
Possible options: 
 * true(default) - Email is sent to the user after a card order.
 * false - No email is sent to the user after a card order.
*/
CardsAddonExtProdOrderEmail = true
/*
Defines if an email is sent to the user after a card is activated.
Possible options: 
 * true(default) - Email is sent to the user after a card activation.
 * false - No email is sent to the user after a card activation.
*/
CardsAddonExtProdActivationEmail = true

//---------------- PIN and PUK Management ----------------
/*
Defines if the PIN is set by the user during activation or generated. 
Possible options: 
 * true(default) - PIN is set by the user during activation.
 * false - PIN is generated during activation.
*/
CardsAddonExtProdActivateSetPIN = true
/* 
Defines the legth of the PIN code.
Possible options:
 * 6(default) - PIN length is set to 6.
 * 4 - PIN length is set to 4.
*/
CardsAddonExtProdPINLength = "6"
/* 
Defines the legth of the PUK code.
Possible options:
 * 8(default) - PUK length is set to 8.
*/
CardsAddonExtProdPUKLength = "8"  

//---------------- Certificates ----------------
/* 
Defines if a authentication certificate will be issued during the card activation.
Possible options:
 * true(default) - Authentication certificate will be issued.
 * false - Authentication certificate will not be issued.
*/
CardsAddonExtProdIssueAuthentication = true
/* 
Defines if a signature certificate will be issued during the card activation.
Possible options:
 * true(default) - Signature certificate will be issued.
 * false - Signature certificate will not be issued.
*/
CardsAddonExtProdIssueSignature = true
/* 
Defines if a encryption certificate will be issued during the card activation.
Possible options:
 * true - Encryption certificate will be issued.
 * false(default) - Encryption certificate will not be issued.
*/
CardsAddonExtProdIssueEncryption = false


JavaScript errors detected

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

If this problem persists, please contact our support.