|
| 1 | +--- |
| 2 | +title: Configure Verified ID by AU10TIX as your Identity Verification Partner |
| 3 | +description: This article shows you the steps you need to follow to configure AU10TIX as your identity verification partner |
| 4 | +services: active-directory |
| 5 | +author: barclayn |
| 6 | +manager: rkarlin |
| 7 | +ms.service: decentralized-identity |
| 8 | +ms.subservice: verifiable-credentials |
| 9 | +ms.topic: how-to |
| 10 | +ms.date: 08/26/2022 |
| 11 | +ms.author: barclayn |
| 12 | +# Customer intent: As a developer, I'm looking for information about the open standards that are supported by Microsoft Entra Verified ID. |
| 13 | +--- |
| 14 | + |
| 15 | +# Configure Verified ID by AU10TIX as your Identity Verification Partner |
| 16 | + |
| 17 | +In this article, we cover the steps needed to integrate Microsoft Entra Verified ID with [AU10TIX](https://www.au10tix.com/). AU10TIX is a global leader in identity verification enabling companies to scale up their business by accelerating onboarding scenarios and ongoing verification throughout the customer lifecycle. It is an automated solution for the verification of ID documents + biometrics in 8 seconds or less. AU10TIX supports the verification of documents in over 190 countries reading documents in their regional languages. |
| 18 | + |
| 19 | +To learn more about AU10TIX and its complete set of solutions, visit https://www.au10tix.com/. |
| 20 | + |
| 21 | +## Prerequisites |
| 22 | + |
| 23 | +Before you can continue with the steps below you need to meet the following requirements: |
| 24 | + |
| 25 | +- A tenant [configured](verifiable-credentials-configure-tenant.md) for Entra Verified ID service. |
| 26 | + - If you don't have an existing tenant, you can [create an Azure account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F). |
| 27 | +- You need to have completed the onboarding process with Au10tix. |
| 28 | + - To create a AU10TIX account, submit the form on this [page](https://www.au10tix.com/solutions/microsoft-azure-active-directory-verifiable-credentials-program/). |
| 29 | + |
| 30 | + |
| 31 | +>[!IMPORTANT] |
| 32 | +> Before you proceed, you must have received the URL from Au10Tix for users to be issued Verified IDs. If you have not yet received it, follow up with Au10Tix before you attempt following the steps documented below. |
| 33 | +
|
| 34 | +## Scenario description |
| 35 | + |
| 36 | +When onboarding users you can remove the need for error prone manual onboarding steps by using Verified ID with A10TIX account onboarding. Verified IDs can be used to digitally onboard employees, students, citizens, or others to securely access resources and services. For example, rather than an employee needing to go to a central office to activate an employee badge, they can use a Verified ID to verify their identity to activate a badge that is delivered to them remotely. Rather than a citizen receiving a code they must redeem to access governmental services, they can use a Verified ID to prove their identity and gain access. |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | +:::image type="content" source="media/verified-id-partner-au10tix/vc-solution-architecture-diagram.png" alt-text="Diagram of the verifiable credential solution."::: |
| 41 | + |
| 42 | + |
| 43 | +## Configure your Application to use AU10TIX Verified ID |
| 44 | + |
| 45 | +For incorporating identity verification into your Apps, using AU10TIX “Government Issued ID -Global” Verified ID follow these steps: |
| 46 | + |
| 47 | +### Part 1 |
| 48 | + |
| 49 | +As a developer you can share these steps with your tenant administrator to obtain the verification request URL, and body for your application or website to request Verified IDs from your users. |
| 50 | + |
| 51 | +1. Go to [Microsoft Entra portal -> Verified ID](https://entra.microsoft.com/#view/Microsoft_AAD_DecentralizedIdentity/ResourceOverviewBlade). |
| 52 | + |
| 53 | + >[!NOTE] |
| 54 | + > Make sure this is the tenant you set up for Verified ID per the pre-requisites. |
| 55 | +
|
| 56 | +1. Go to QuickStart > Verification Request > [Start](https://entra.microsoft.com/#view/Microsoft_AAD_DecentralizedIdentity/QuickStartVerifierBlade) |
| 57 | +1. Choose **Select Issuer**. |
| 58 | +1. Look for AU10TIX in the **Search/select issuers** drop-down. |
| 59 | + :::image type="content" source="media/verified-id-partner-au10tix/select-issuers.png" alt-text="Screenshot of the portal section used to choose issuers."::: |
| 60 | +1. Check the **Government Issued ID – Global** or other credential type. |
| 61 | +1. Select **Add** and then select **Review**. |
| 62 | +1. Download the request body and Copy/paste POST API request URL. |
| 63 | + |
| 64 | +### Part 2 |
| 65 | + |
| 66 | +As a developer you now have the request URL and body from your tenant admin, follow these steps to update your application or website: |
| 67 | + |
| 68 | +1. Add the request URL and body to your application or website to request Verified IDs from your users. Note: If you are using [one of the sample apps](https://aka.ms/vcsample), you'll need to replace the contents of the presentation_request_config.json with the request body obtained. |
| 69 | +1. Be sure to replace the values for the "url", "state", and "api-key" with your respective values. |
| 70 | +1. [Grant permissions](verifiable-credentials-configure-tenant.md#grant-permissions-to-get-access-tokens) to your app to obtain access token for the Verified ID service request service principal. |
| 71 | + |
| 72 | +## Test the user flow |
| 73 | + |
| 74 | +User flow is specific to your application or website. However if you are using one of the sample apps follow the steps outlined as part of the [sample app's documentation](https://aka.ms/vcsample). |
| 75 | + |
| 76 | +## Next steps |
| 77 | + |
| 78 | +- [Verifiable credentials admin API](admin-api.md) |
| 79 | +- [Request Service REST API issuance specification](issuance-request-api.md) |
0 commit comments