- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Step 2: instance activation
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
...
<!--Step 2 Instance activation -->
<InstanceActivation>
<OfflineInstanceActivationresponsePattern="XX-XX-XX" centered="false"imageFormat="all" />
<View title="Activation (Offline)">
<Labels>
<Label id ="BiometricFingerprintRecognitionDescriptionMessage"
value="Please authenticate using fingerprint recognition to protect your DIGIPASS" />
<Label d="BiometricFaceRecognitionDescriptionMessage" value="Please authenticate using face recognition to protect your DIGIPASS" />
</Labels>
<Errors>
<Errorid="ReplaceInstanceNotPermitted" value="You cannot replace the DIGIPASS instance." />
<Errorid="MultiInstanceNotPermitted" value="You cannot load another DIGIPASS instance." />
<Error id ="BiometricFingerprintRecognitionAuthenticationFailed" value="Biometric authentication failed." />
<Error id ="BiometricFaceRecognitionAuthenticationFailed" value="Biometric authentication failed." />
</Errors>
</View>
</InstanceActivation>
...
Functional customization
MultiDeviceActivation > InstanceActivation > OfflineInstanceActivation:
responsePattern: Can be used to apply a display pattern to the generated response. This attribute is optional. The default value is No formatting.
centered: Indicates whether the device code must be centered or top-aligned. The default value is false.
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.
Graphical customization
MultiDeviceActivation > InstanceActivation > View: This element defines the appearance of the two-step instance activation screen. The background of the element is not customizable.
title: The default value is Activation (Offline).
MultiDeviceActivation > InstanceActivation > View > Labels > Label:
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 > InstanceActivation > View > Errors > Error:
id="ReplaceInstanceNotPermitted": You cannot replace the DIGIPASS instance.
id="MultiInstanceNotPermitted": You cannot load another DIGIPASS instance.
id="BiometricFingerprintRecognitionAuthenticationFailed": The biometric authentication failed.
id="BiometricFaceRecognitionAuthenticationFailed": The biometric authentication failed.