- 23 Oct 2024
- 2 Minutes to read
- DarkLight
- PDF
Activate biometric sensor
- Updated on 23 Oct 2024
- 2 Minutes to read
- DarkLight
- PDF
<ActivateBiometricSensor>
<FingerprintRecognition>
<View title="Manage biometric protection" />
<MenuItem value="Manage biometric protection"icon="fp.png"class="menuItem" />
<Fields>
<Field id="Password"name="Local password"comment="Please enter your DIGIPASS® local password"class="inputText" />
</Fields>
<Labels>
<Label id="ActivationMessage"value="Your device has a fingerprint sensor. Do you want to activate biometric protection?" />
<Label id="DeactivationMessage"value="Do you want to deactivate biometric protection?" />
<Label id ="BiometricFingerprintRecognitionDescriptionMessage"value="Please authenticate using recognition to protect your DIGIPASS" />
</Labels>
<Buttons>
<Button id="Yes"value="Yes" />
<Button id="No"value="No" />
<Button id="OK"value="OK" />
</Buttons>
<Errors>
<Error id ="BiometricFingerprintRecognitionAuthenticationFailed"value="Biometric authentication failed" />
</Errors>
</View>
</FingerprintRecognition>
<FaceRecognition>
<View title="Manage biometric protection" />
<MenuItem value="Manage biometric protection"icon="face.png"class="menuItem" />
<Fields>
<Field id="Password"name="Local password"comment="Please enter your DIGIPASS® local password."class="inputText" />
</Fields>
<Labels>
<Label id="ActivationMessage"
value="Your device has a face recognition sensor. Do you want to activate biometric protection?" />
<Label id="DeactivationMessage"
value="Do you want to deactivate biometric protection?" />
<Label id="BiometricFaceRecognitionDescriptionMessage"value="Please authenticate using face recognition to protect your DIGIPASS"/>
</Labels>
<Buttons>
<Button id="Yes"value="Yes" />
<Button id="No"value="No" />
<Button id="OK"value="OK" />
</Buttons>
<Errors>
<Error id ="BiometricFaceRecognitionAuthenticationFailed"value="Biometric authentication failed" />
</Errors>
</View>
</FaceRecognition>
</ActivateBiometricSensor>
Functional customization
ActivateBiometricSensor > FingerprintRecognition: This element is used to configure the biometric sensor activation, if fingerprint recognition is available on the device.
ActivateBiometricSensor > FaceRecognition: This element is used to configure the biometric sensor activation, if face recognition is available on the device.
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.
Graphical customization
ActivateBiometricSensor >FingerprintRecognition > View: This element defines the graphical rendering of the fingerprint sensor activation functionality. The background of the element is not customizable.
title: The default value is Manage biometric protection.
ActivateBiometricSensor > FingerprintRecognition > View > MenuItem:
value: The default value is Manage biometric protection.
ActivateBiometricSensor > FingerprintRecognition > View > Labels > Label:
id="ActivationMessage": This is the label of the activation message for fingerprint recognition.
id="DeactivationMessage": This is the label of the deactivation message for fingerprint recognition.
id="BiometricFingerprintRecognitionDescriptionMessage": This is the label of the biometric protection message for fingerprint recognition.
ActivateBiometricSensor > FaceRecognition > View: This element defines the graphical rendering of the biometric sensor activation functionality. The background of the element is not customizable.
title: The default value is Manage biometric protection.
ActivateBiometricSensor > FaceRecognition > View > MenuItem:
value: The default value is Manage biometric protection.
ActivateBiometricSensor > FingerprintRecognition > View > Labels > Label:
id="ActivationMessage": This is the label of the activation message for face recognition.
id="DeactivationMessage": This is the label of the deactivation message for face recognition.
id="BiometricFaceRecognitionDescriptionMessage": This is the label of the biometric protection message for face recognition.
ActivateBiometricSensor > View > Buttons > Button:
id="Yes": This is the button to accept the activation / deactivation process.
id="No": This is the button to refuse the activation / deactivation process.
id="OK": This is the button to trigger the scan of the user’s fingerprint once the local password is entered.
ActivateBiometricSensor > View > Fields > Field:
id="Password": This is the field for the password.
ActivateBiometricSensor > View > Errors > Error:
id="BiometricFingerprintRecognitionAuthenticationFailed": Authentication failed.
id="BiometricFaceRecognitionAuthenticationFailed": Authentication failed.