Credentials - Standard service tasks in Identity Manager
- Ann Base (Deactivated)
- Josefin Klang (Deactivated)
- Ylva Andersson
- Karolin Hemmingsson (Unlicensed)
This article includes updates for Smart ID 23.04.6.
DescriptionÂ
Use this task to generate a response using the card manager key and a challenge for the offline unblocking process.
Configuration
To use this task, configure the following delegate expression in your service task:
${challengeResponseGeneratorTask}
 The following parameter can be configured in Identity Manager Admin:
Parameter | Mandatory | Value | Description |
---|
Parameter | Mandatory | Value | Description |
---|---|---|---|
CardManagerKeyField | Example value:
| The name of the field that needs to hold the reference value to the card manager key (for example, Card_CardManagerKey). Must be a reference field. | |
ChallengeField | Example value:
| The challenge provided by Windows or a 3rd party tool. | |
ResponseField | The response is generated by this task to support unblocking. | ||
DisableDerivation | - | Valid values:
| Set to "true" if you want to use the CardManagerKey directly as challenge/response key instead of deriving one. This is relevant for non-Cryptovision middlewares (for example, CardOS or Gemalto), where we directly use a 3DES CardManagerKey instead of a 2DES key from which the actual challenge/response key is derived. If the field is absent, derivation is enabled and a 2DES CardManagerKey is expected. |
DisableDerivationField | - | If present, points to a field containing the (override) value of DisableDerivation. If both DisableDerivation and DisableDerivationField are present and the referenced field contains a value, the latter takes precedence. This is mainly intended for deployments that deal with multiple middlewares, which require different DisableDerivation values (for example CV + CardOS). |
The following dependencies must be configured in the Spring configuration:
Dependency | Description |
---|
Dependency | Description |
---|---|
secretFieldsArchiver | Responsible for archiving the secrets into the secret field store. |
DescriptionÂ
Use this task to generate a 2DES / 3DES key as card manager key for minidriver compatible cards. The value generated is saved in an encrypted field.
Configuration
To use this task, configure the following delegate expression in your service task:
${cardManagerKeyProviderTask}
 The following parameters can be configured in Identity Manager Admin:
Parameter | Mandatory | Value | Description |
---|
Parameter | Mandatory | Value | Description |
---|---|---|---|
passwordFieldName | Example value:
| The name of the field that should hold the reference value to the card manager key (for example, Card_CardManagerKey). Must be a reference field. | |
blockCount | - | Valid values:
| Desired key length in blocks of 8 bytes. By default 2DES keys (2 blocks, 16 bytes) are generated. |
blockCountFieldName | - | If given, it points to a field containing the (override) value of blockCount. |
The following dependencies must be configured in the Spring configuration:
Dependency | Description |
---|
Dependency | Description |
---|---|
secretRefValueGenerator | Responsible for generating the reference value that is used to keep the reference to the secret value in the secret field store. |
secretFieldsArchiver | Responsible for archiving the secrets into the secret field store. |
Description
Use this task to generate a value for PIN and PUK according to certain rules (length, allowed characters) and to archive those values for later retrieval during card production or for PIN letter printing.
Configuration
To use this task, configure the following delegate expression in your service task:
${generateAndArchivePinAndPukParameterizedTask}
The following parameters can be configured in Identity Manager Admin:
Parameter | Mandatory | Value | Description |
---|
Parameter | Mandatory | Value | Description |
---|---|---|---|
pinFieldName | The name of the field that shall hold the reference value to the archived PIN. | ||
pukFieldName | The name of the field that shall hold the reference value to the archived PUK. | ||
pinLength | - | Example value:
| The desired length of the PIN. |
pukLength | -Â | Example value:
| The desired length of the PUK. |
pinAllowedCharacters | -Â | Valid values:
| Describes the characters to be used for generating the PIN value. |
pukAllowedCharacters | - | Valid values:
| Describes the characters to be used for generating the PUK value. |
Description
Use this task to generate a password or another secret and to archive the value for later retrieval during card production or for PIN letter printing. The secret value is also hashed and stored in a separate field for easier comparison. The hash algorithm is defined in Spring since it must be the same as the one that is used for checking the passwords during login.
Configuration
To use this task, configure the following delegate expression in your service task:
The following parameters can be configured in Identity Manager Admin:
Parameter | Mandatory | Value | Description |
---|
Parameter | Mandatory | Value | Description |
---|---|---|---|
passwordFieldName | - | The name of the field that should hold the reference value to the archived password. Must be a reference field. | |
passwordHashFieldName | - | The name of the field that should hold the hashed value of the password. The hash algorithm is defined in Spring. The data pool field must be of type password | |
passwordLength | Example value:
| The desired length of the generated password. | |
passwordAllowedCharacters | Valid values:
| Describes the characters to be used for generating the password value. |
The following dependencies must be configured in Spring:
Dependency | Description |
---|
Dependency | Description |
---|---|
passwordHashGenerator | The generator that is responsible for generating the hash value of the secret value. This is the place to define the hash algorithm. |
secretRefValueGenerator | Responsible for generating the reference value that is used to keep the reference to the secret value in the secret field store. |
secretFieldsArchiver | Responsible for archiving the secrets into the secret field store. |
Description
Use this task to decrypt values that were encrypted using the INSIDE server.
Configuration
To use this task, configure the following delegate expression in your service task:
The following parameters can be configured in Identity Manager Admin:
Parameter name | Mandatory | Value | Description |
---|
Parameter name | Mandatory | Value | Description |
---|---|---|---|
encryptKeyLabel | Â | Example value:
| The value represent a key label that is present in the HSM. |
padding | Valid values:
| Padding scheme to be used. | |
iv | Default value:
| Initialization Vector, value must be a multiple of 8. | |
<Processmap_Field> | - | Allowed multiple times for each field of the processmap that should be decrypted. The field should contain a secret reference. After decryption the value for the reference will be updated if successful. | |
aleaPin | Â | Value:
Example value:
| PIN used in the decryption workflow in order to get the correct plain values for PIN and PUK. The corresponding value is a JUEL expression consisting of DataPool (for example PcmDpEmployeeCard) followed by the field name of aleaPin (for example aleaPin). |
Â
Copyright 2024 Technology Nexus Secured Business Solutions AB. All rights reserved.
Contact Nexus | https://www.nexusgroup.com | Disclaimer | Terms & Conditions