Skip to content

Commit 8e6051b

Browse files
authored
Update partner-eid-me.md
1 parent 049721e commit 8e6051b

File tree

1 file changed

+22
-29
lines changed

1 file changed

+22
-29
lines changed

articles/active-directory-b2c/partner-eid-me.md

Lines changed: 22 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Azure Active Directory B2C with eID-Me
2+
title: Configure Azure Active Directory B2C with Bluink eID-Me for identity verification
33
titleSuffix: Azure AD B2C
44
description: Learn how to integrate Azure AD B2C authentication with eID-Me for identity verification
55
services: active-directory-b2c
@@ -8,55 +8,48 @@ manager: martinco
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: how-to
11-
ms.date: 03/08/2023
11+
ms.date: 03/10/2023
1212
ms.author: gasinh
1313
ms.subservice: B2C
1414
zone_pivot_groups: b2c-policy-type
1515
---
1616

17-
# Configure eID-Me with Azure Active Directory B2C for identity verification
17+
# Configure Azure Active Directory B2C with Bluink eID-Me for identity verification
1818

19-
[!INCLUDE [active-directory-b2c-choose-user-flow-or-custom-policy](../../includes/active-directory-b2c-choose-user-flow-or-custom-policy.md)]
19+
## Before you begin
2020

21+
Azure Active Directory B2C (Azure AD B2C) has two methods to define users interaction with applications: predefined user flows, or configurable custom policies. See, [User flows and custom policies overview](./user-flow-overview.md)
2122

22-
In this sample article, we provide guidance on how to integrate Azure Active Directory B2C (Azure AD B2C) authentication with [eID-Me](https://bluink.ca). eID-Me is an identity verification and decentralized digital identity solution for Canadian citizens. With eID-Me, Azure AD B2C tenants can strongly verify the identity of their users, obtain verified identity claims during sign up and sign in, and support multifactor authentication (MFA) and password-free sign-in using a secure digital identity. It enables organizations to meet Identity Assurance Level (IAL) 2 and Know Your Customer (KYC) requirements. This solution provides users secure sign-up and sign in experience while reducing fraud.
23+
## Integrate Azure AD B2C authentication with eID-Me
2324

25+
Learn to integrate Azure AD B2C authentication with Bluink eID-Me, an identity verification and decentralized digital identity solution for Canadian citizens. With eID-Me, Azure AD B2C tenants verify user identity, obtain verified sign-up and sign-in identity claims. Integration supports multi-factor authentication and passwordless sign-in with a secure digital identity. Organizations can meet Identity Assurance Level (IAL) 2 and Know Your Customer (KYC) requirements.
2426

27+
To learn more, go to bluink.ca: [Bluink Ltd](https://bluink.ca)
2528

2629
## Prerequisites
2730

28-
To get started, you'll need:
31+
To get started, you need:
2932

30-
- [A Relying Party account with eID-Me](https://bluink.ca/eid-me/solutions/id-verification#contact-form).
33+
* A Relying Party account with eID-Me
34+
* Go to bluink.ca to [learn more](https://bluink.ca/eid-me/solutions/id-verification#contact-form) and request a demo
35+
* An Azure subscription
36+
* If you don't have one, get an [Azure free account](https://azure.microsoft.com/free)
37+
* An Azure AD B2C tenant linked to thke Azure subscription
38+
* See, [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md)
39+
* A trial or production version of the eID-Me Digital ID App
40+
* Go to bluink.ca to [Download the eID-Me Digital ID App](https://bluink.ca/eid-me/download)
3141

32-
- An Azure subscription. If you don't have one, get a [free
33-
account](https://azure.microsoft.com/free).
42+
See also, [Tutorial: Create user flows and custom policies in Azure AD B2C](./tutorial-create-user-flows.md?pivots=b2c-custom-policy).
3443

35-
- An [Azure AD B2C tenant](tutorial-create-tenant.md) that is linked to your Azure subscription.
36-
37-
- A [trial or production version](https://bluink.ca/eid-me/download) of eID-Me smartphone apps for users.
38-
39-
::: zone pivot="b2c-custom-policy"
40-
- Complete the steps in the article [get started with custom policies in Azure Active Directory B2C](./tutorial-create-user-flows.md?pivots=b2c-custom-policy).
41-
42-
::: zone-end
4344

4445
## Scenario description
4546

4647
eID-Me integrates with Azure AD B2C as an OpenID Connect (OIDC) identity provider. The following components comprise the eID-Me solution with Azure AD B2C:
4748

48-
49-
- **An Azure AD B2C tenant**: Your Azure AD B2C tenant need be configured as a Relying Party in eID-Me. This allows the eID-Me identity provider to trust your Azure AD B2C tenant for sign up and sign in.
50-
51-
52-
- **An Azure AD B2C tenant application**: Although not strictly required, it's assumed that tenants need to have an Azure AD B2C tenant application. The application can receive identity claims received by Azure AD B2C during an eID-Me transaction.
53-
54-
55-
- **eID-Me smartphone apps**: Users of your Azure AD B2C tenant need to have the eID-Me smartphone app for iOS or Android.
56-
57-
58-
- **Issued eID-Me digital identities**: Before using eID-Me, users need to successfully go through the eID-Me identity proofing process. They need to have been issued a digital identity to the digital wallet within the app. This process is done from home and usually takes minutes provided the users have valid identity documents.
59-
49+
* **An Azure AD B2C tenant**: Your Azure AD B2C tenant need be configured as a Relying Party in eID-Me. This allows the eID-Me identity provider to trust your Azure AD B2C tenant for sign up and sign in.
50+
* **An Azure AD B2C tenant application**: Although not strictly required, it's assumed that tenants need to have an Azure AD B2C tenant application. The application can receive identity claims received by Azure AD B2C during an eID-Me transaction.
51+
* **eID-Me smartphone apps**: Users of your Azure AD B2C tenant need to have the eID-Me smartphone app for iOS or Android.
52+
* **Issued eID-Me digital identities**: Before using eID-Me, users need to successfully go through the eID-Me identity proofing process. They need to have been issued a digital identity to the digital wallet within the app. This process is done from home and usually takes minutes provided the users have valid identity documents.
6053

6154
The eID-Me apps also provide strong authentication of the user during any transaction. X509 public key authentication using a private signing key contained within the eID-Me digital identity provides passwordless MFA.
6255

0 commit comments

Comments
 (0)