Skip to main content

Desktop

It is a verification method used to confirm a user's identity by executing the verification flow through the desktop application. This process typically involves guiding users through steps on their desktop to verify their identity securely and accurately.

Every application execution requires an Onboarding and Verification workflow. The onboarding workflow (can be any) will be used for a new user. You can configure it as "None" for a user who has already been onboarded. Please note that selecting the "None" option for the onboarding workflow will automatically redirect the user to the verification workflow, irrespective of the users availability.

Prerequisites

Install the ezto verify desktop app and make sure the notification is enabled for the app in your desktop.

Access Application

1 Navigate to Workspace, and click on Applications.

2 Choose the application you wish to execute the flow with configuration as Desktop.

3 Click on the Configuration tab, and select Desktop in the Verification Way.

Desktop

4 You will be displayed with the desktop settings.

Desktop

Desktop settings

(*) Indicates an action to be mandatory.

NameDescription
Link ExpirySet the duration after which the link will expire: 2 days (2d), 2 hours (2h), 2 minutes (2m), or 2 seconds (2s). The default is currently set to 120 seconds.
*Push Notification TitleSpecify the title for the push notification that will be displayed on the app side.
*Push Notification BodyProvide the content for the push notification message.
EncryptionEnable this option to encrypt the payload sent to the mobile SDK for secure data transmission.

5 After configuring the required Verification Way, ensure to SAVE the configurations.

6 Then, configure the Result Notification Way. This is necessary to proceed further in order to obtain the desired result or response. To know in detail, see here. (Make sure to configure it as Desktop_app)

How it works,

  • Make sure your required workflow is set before starting with the execution process in order to get the expected result.
  • To initiate the execution process, go to the How to use? tab within the Application. You'll see the steps laid out for you to follow, or can simply test the flow using the test mode.
  • Ensure to configure the Onboarding workflow with Device Register. It is mandatory to register the device, before proceeding with the verification flow.

1 Launch Postman or your preferred API tool and execute the flow by configuring the suitable Method, URL, and Body settings.

2 Upon initiating the API call, a transaction link will be generated in the API body.

3 Paste the link in an incognito browser, you will be prompted to open the ezto verify desktop app and grant access.

4 Upon granting access, the desktop app will open, initiating the onboarding process (i.e., Device Register).

5 Once the onboarding process is completed, return to the API tool, input your user ID in the request body, and trigger the API again.

6 You will receive a Push notification to initiate the verification flow.

7 After completing the verification process, view the exact response type for the configured Result Notification Type, refer here.

Note that, the results will be different based on the configured Result Notification Type.

8 To view a sample response for Desktop Verification Way, refer to our API Builder.