Skip to main content

UAE PASS Verification

UAE Pass Verification is a digital identity verification system that allows secure verification through a mobile application, offering a seamless and efficient way to verify user identities.

How to setup,

1 Go to Workspace > Workflows, and click on the flow created for UAE Pass Verification If you need understanding in creating a workflow, refer to the step-by-step guide here.

2 Hover over the plus (+) symbol and select Workflow. From the list, click UAE Pass Verification to add it.

UAE PASS Verification

3 Click on the newly added workflow, then select the General tab to customize your preferences.

General

NameDescription
EnableThis toggle is enabled by default. When enabled, the particular workflow module begins its execution. Conversely, if disabled, the workflow module remains inactive and won't proceed.
RuleThis determines the criteria for triggering the particular workflow module. When the selected rule is evaluated, and is satisfied, the workflow proceeds as provided. if not, the workflow will not be executed. Note: If no rules are set, the workflow defaults to its standard action without any rule. For more information about the rules, refer here.

4 Then, click on the Configs tab to set the necessary configurations.

Configs

Manage Configs

NameDescription
Target AppChoose between the Staging and Production versions of the UAE PASS app. When opting for the Production app, ensure to configure the client ID and client secret in the workspace attributes, and create a base URL accordingly.
UAE PASS claimsClaims specify the information that should appear in the generated response. Note that only the selected claims will appear in the final response. The claims for UAE PASS Verification are:

5 After you've configured everything needed, click on SAVE.

6 Proceed to attach the workflow to the relevant application for execution. Refer to the instructions on how to attach a workflow to an application here.

How it works,

note

The UAE PASS Verification has two types of verification methods,

  • Web to App: This involves where the web application triggers the UAE PASS mobile app for identity verification. Any web-supported Verification Way and Result Notification Way can be used.

  • App to App: This involves two mobile applications where one (ezto verify mobile) app triggers the UAE PASS app for identity verification. The Verification Way must be configured as Mobile, and the Result Notification Way should be set to Mobile SDK.

1 Launch Postman or your preferred API tool and execute the flow by configuring the suitable Method, URL, and Body settings. If you're seeking guidance on how to perform these actions, see here.

2 Upon initiating the API call, a verification request will be sent to your configured Verification Way settings.

3 Based on the request, execute the flow in an incognito browser and follow the prompts to complete the verification process.

  • You will be redirected to the UAE PASS portal. Please enter your login credentials and proceed.

  • After you log in to the UAE PASS portal, a number (such as 85) will be displayed.

Number

  • You will receive a notification on your UAE PASS mobile app. Open the notification to view the request details.

  • If the request details match your actions, from the set of numbers, select the number that matches the one shown on the login portal and click on the Confirm button.

Confirm

  • You will be prompted to enter your UAE PASS PIN to verify your identity.

Pin

  • The verification will be completed if the PIN is correct.

Verification Completed

Here is a sample flow:

4 The response can differ depending on the chosen Verification Way and Notification Way configurations. To know more, see here.

5 Here is a sample response for UAE PASS Verification:

{
"uae_pass_verified": "true",
"uae_pass_verified_at": "1722496607",
"sub": "47149b03-0f68-4ea5-aa3b-bade40f047fb",
"request_id": "ccf1d5e0-dc0a-4fb1-a5df-a5f68494db53",
"gender": "male",
"workflow": "verification",
"mobile": "9198246756399",
"token_type": "Bearer",
"uuid": "47149b03-0f68-4ea5-aa3b-bade40f047fb",
"access_token": "9f166b42-f4f1-34f1-8c5e-7685440402c0",
"user_type": "SOP1",
"first_name_en": "Mark",
"user_id": "mark@gmail.com",
"scope": "urn:uae:digitalid:profile:general urn:uae:digitalid:profile:general:profileType urn:uae:digitalid:profile:general:unifiedId",
"full_name_en": "Mark",
"last_name_en": "G",
"expires_in": "3600",
"email": "mark@gmail.com"
}