SaFi Bank Space : FE - biometrics enable/disable (with password)

Page to enable/disable biometrics auth with integration to Vida.

UML flows

Scenarios

  1. page is shown to user

    1. attempts counter >= 1 → user can continue with password/biometrics

    2. attempts counter == 0 → user is soft logged out and locked → for some time we block user from inputting his credentials

  2. user types his password

  3. Vida SDK biometrics enable/disable is performed (enableBiometrics or disableBiometrics) (can trigger Err1)

  4. Biometrics is enabled/disable and flow terminates

Back action - closes password input page without any prompt

Code

Description

Handle

Err1

Vida plugin thrown exception

TBD

Elements

Tag

Description

Data

1

Title

Text specified by caller (can be different for each user presence check usage)

Description

Text specified by caller (can be different for each user presence check usage)

3

Hide/show

Localization key - common.journey.passwordShow or common.journey.passwordHide

4

Action button

Default Localization key - common.journey.text.continue

Action - enables biometrics (system prompt shown)