Skip to content

Commit 6fea13a

Browse files
Merge pull request #207566 from barclayn/vc-isv-partners-01
staging first isv article
2 parents 10a98d4 + 2cb4bb5 commit 6fea13a

File tree

16 files changed

+224
-28
lines changed

16 files changed

+224
-28
lines changed

articles/active-directory/verifiable-credentials/TOC.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
href: how-to-issuer-revoke.md
5757
- name: Opt out of Verified ID service
5858
href: how-to-opt-out.md
59+
- name: Partner integration
60+
items:
61+
- name: Partner gallery
62+
href: partner-gallery.md
63+
- name: Au10tix
64+
href: howto-verifiable-credentials-partner-au10tix.md
65+
- name: LexisNexis
66+
href: howto-verifiable-credentials-partner-lexisnexis.md
5967
- name: Samples
6068
expanded: true
6169
items:
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
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)
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: Configure LexisNexis Risk Solutions as an identity verification partner using Verified ID
3+
description: This article shows you the steps you need to follow to configure LexisNexis as your identity verification partner
4+
services: active-directory
5+
author: barclayn
6+
manager: amycolonino
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 with LexisNexis as your Identity Verification Partner
16+
17+
You can use Entra Verified ID with LexisNexis Risk Solutions to enable faster onboarding by replacing some human interactions. Verifiable Credentials (VCs) can be used to onboard employees, students, citizens, or others to access services.
18+
19+
## Prerequisites
20+
21+
- A tenant [configured](verifiable-credentials-configure-tenant.md) for Entra Verified ID service.
22+
- 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).
23+
- Your tenant should also have completed the LexisNexis onboarding process.
24+
- Create a LexisNexis account, you can request a [demo](https://solutions.risk.lexisnexis.com/did-microsoft). Expect response from your LexisNexis Risk Solutions within 48 hours.
25+
26+
>[!IMPORTANT]
27+
> Before you proceed, you must have received the URL from LexisNexis risk solutions for users to be issued Verified IDs. If you have not yet received it, follow up with LexisNexis before you attempt following the steps documented below.
28+
29+
## Scenario description
30+
31+
Verifiable Credentials can be used to onboard employees, students, citizens, or others to access services. For example, rather than an employee needing to go to a central office to activate an employee badge, they can use a verifiable credential 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 VC to prove their identity and gain access.
32+
33+
34+
:::image type="content" source="media/verified-id-partner-au10tix/vc-solution-architecture-diagram.png" alt-text="Diagram of the verifiable credential solution.":::
35+
36+
## Configure your application to use LexisNexis
37+
38+
To incorporate identity verification into your Apps using LexisNexis Verified ID, follow these steps.
39+
40+
### Part 1
41+
42+
As a developer you'll provide the steps below to your tenant administrator. The instructions help them obtain the verification request URL, and application body or website to request verifiable credentials from your users.
43+
44+
1. Go to [Microsoft Entra portal -> Verified ID](https://entra.microsoft.com/#view/Microsoft_AAD_DecentralizedIdentity/ResourceOverviewBlade).
45+
>[!Note]
46+
> Make sure this is the tenant you set up for Verified ID per the pre-requisites.
47+
1. Go to [Quickstart-> Verification Request -> Start](https://entra.microsoft.com/#view/Microsoft_AAD_DecentralizedIdentity/QuickStartVerifierBlade).
48+
1. Select on **Select Issuer**.
49+
1. Look for LexisNexis in the Search/select issuers drop-down.
50+
51+
![Screenshot of the select issuer section of the portal showing LexisNexis as the choice.](media/verified-id-partner-lexisnexis/select-issuer.png)
52+
53+
1. Check the credential type you've discussed with LexisNexis Customer success manager for your specific needs.
54+
1. Choose **Add** and then choose **Review**.
55+
1. Download the request body and Copy/paste POST API request URL.
56+
57+
### Part 2
58+
59+
As a developer you now have the request URL and body from your tenant admin, follow these steps to update your application or website:
60+
61+
1. Add the request URL and body to your application or website to request Verified IDs from your users.
62+
>[!NOTE]
63+
> If you are using [one of the sample apps](https://aka.ms/vcsample) you need to replace the contents of the presentation_request_config.json with the request body obtained.
64+
1. Replace the values for the "url", "state", and "api-key" with your respective values.
65+
1. Grant your app [permissions](verifiable-credentials-configure-tenant.md#grant-permissions-to-get-access-tokens) to obtain an access token for the Verified ID service request service principal.
66+
67+
## Test the user flow
68+
69+
User flow is specific to your application or website. However if you are using [one of the sample apps](https://aka.ms/vcsample) follow the steps here - [Run the test the sample app](https://aka.ms/vcsample)
70+
71+
## Next steps
72+
73+
- [Verifiable credentials admin API](admin-api.md)
74+
- [Request Service REST API issuance specification](issuance-request-api.md)
12.3 KB
Loading
8.25 KB
Loading
4.33 KB
Loading
13.2 KB
Loading
2.99 KB
Loading
21.9 KB
Loading
4.51 KB
Loading

0 commit comments

Comments
 (0)