- 23 Oct 2024
- 2 Minutes to read
- DarkLight
- PDF
Step 1: license activation
- Updated on 23 Oct 2024
- 2 Minutes to read
- DarkLight
- PDF
...
<!--Step 1 License Activation -->
<LicenseActivation>
<OfflineLicenseActivationimageFormat="all" />
<Viewtitle="Activation (Offline)" >
<Labels>
<Label id="MultiDeviceLicenseActivationSuccess" value="You have preactivated your license. Please find below your device code. Once entered on server side, please press Scan to continue." />
<Label id ="MultiDeviceLicenseActivationScanImageMessage"
value="Press the button below to scan your online image" />
<Label id="ReplaceInstanceConfirmationMessage" value="Do you want to overwrite your DIGIPASS instance?" />
<Label id ="BiometricFingerprintRecognitionDescriptionMessage" value="Please authenticate using fingerprint recognition to protect your DIGIPASS" />
<Label id="BiometricFaceRecognitionDescriptionMessage" value="Please authenticate using face recognition to protect your DIGIPASS" />
</Labels>
<Buttons>
<Button id="Next"value="Scan online image" />
<Button id="Yes" value="Yes" />
<Button id="No" value="No" />
</Buttons>
<Errors>
<Error id="ReplaceInstanceNotPermitted" value="You cannot replace the DIGIPASS instance." />
<Error id="MultiInstanceNotPermitted" value="You cannot load another DIGIPASS instance". />
<Error id="CameraMandatory" value="A usable camera is mandatory to run this application." />
<Error id ="BiometricFingerprintRecognitionAuthenticationFailed" value="Biometric authentication failed." />
<Error id ="BiometricFaceRecognitionAuthenticationFailed" value="Biometric authentication failed." />
</Errors>
</View>
</LicenseActivation>
...
Functional customization
MultiDeviceActivation > LicenseActivation > OfflineLicenseActivation:
imageFormat: Indicates which image format the application uses for scanning. Possible values are qrCode (only scan QR code format), crontoCode (only scan CrontoSign format), or all (scan both formats). This attribute is optional. The default value is all.
For more information about the attributes of the LicenseActivation elements, refer to the Mobile Authenticator Studio Product Guide.
Graphical customization
MultiDeviceActivation > LicenseActivation > View: This element defines the appearance of the two-step license activation screen. The background of the element is not customizable.
title: The default value is Activation (Offline).
MultiDeviceActivation > LicenseActivation > View > Labels > Label:
id="MultiDeviceLicenseActivationSuccess": This success message is displayed once the license has been activated.
id="MultiDeviceLicenseActivationScanImageMessage": This message is displayed when the license has been activated to launch the instance activation process.
id="ReplaceInstanceConfirmationMessage": This message is displayed to confirm replacing the instance.
id="BiometricFingerprintRecognitionDescriptionMessage": This is the label of the biometric protection message for fingerprint recognition.
id="BiometricFaceRecognitionDescriptionMessage": This is the label of the biometric protection message for face recognition.
Biometric protection is only available for:
iPhone devices with an iOS version later than 12.0, and Touch ID, or Face ID.
Samsung devices with Android 5.0 Lollipop (API level 21) or above, all devices from Android 6.0 (API level 23) with fingerprint support.
MultiDeviceActivation > LicenseActivation > View > Buttons > Button:
id="Next": Can be used to customize the label of the button used to start the instance activation. The default value is Scan online image.
id="No": Label of the button used to decline replacing the instance. The default value is No.
id="Yes": Label of the button used to accept replacing the instance. The default value is Yes.
MultiDeviceActivation > LicenseActivation > View > Errors > Error:
id="CameraMandatory": A usable camera is mandatory to run this application.
id="MultiInstanceNotPermitted": You cannot load another DIGIPASS instance.
id="ReplaceInstanceNotPermitted": You cannot replace the DIGIPASS instance.
id="BiometricFingerprintRecognitionAuthenticationFailed": The biometric authentication failed.
id="BiometricFaceRecognitionAuthenticationFailed": The biometric authentication failed.