Use Case: Configuring 2FA with a QR Code

When a user clicks the ‘Start 2FA’ button in the application, the system generates an Authenticator URI for them and displays it on the screen as a QR code. The user scans this QR code with the authentication app on their phone to complete the 2FA process.

  • Element: ‘Start 2FA’ button
  • Trigger: OnClick
  • Action: Authorisation → Generate Authenticator App URI
  • User Name: Current.email (taken from the user's email address form field)