Skip to content

Commit 466bd35

Browse files
authored
Update partner-haventec.md
1 parent 508d609 commit 466bd35

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

articles/active-directory-b2c/partner-haventec.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Tutorial to configure Azure Active Directory B2C with Haventec
2+
title: Configure Haventec Authenticate with Azure Active Directory B2C for single-step multi-factor passwordless authentication
33
titleSuffix: Azure AD B2C
4-
description: Learn how to integrate Azure AD B2C authentication with Haventec for multifactor passwordless authentication
4+
description: Learn to integrate Azure AD B2C with Haventec Authenticate for multifactor passwordless authentication
55
author: gargi-sinha
66
manager: martinco
77
ms.reviewer: kengaderdus
@@ -13,50 +13,51 @@ ms.author: gasinh
1313
ms.subservice: B2C
1414
---
1515

16-
# Tutorial: Configure Haventec with Azure Active Directory B2C for single step, multifactor passwordless authentication
16+
# Tutorial: Configure Haventec Authenticate with Azure Active Directory B2C for single-step, multi-factor passwordless authentication
1717

18-
In this sample tutorial, learn how to integrate Azure Active Directory (AD) B2C authentication with [Haventec](https://www.haventec.com/). Haventec provides decentralized identity platform that transform security, accessibility, and experience. Haventec Authenticate provides a passwordless technology that eliminates passwords, shared secrets, and friction.
18+
Learn to integrate Azure Active Directory B2C (Azure AD B2C) with Haventec Authenicate, a passwordless technology that eliminates passwords, shared secrets, and friction.
1919

20-
## Scenario description
20+
To learn more, go to haventec.com: [Haventec](https://www.haventec.com/)
2121

22-
The Haventec integration includes the following components:
22+
## Scenario description
2323

24-
- Azure AD B2C - The authorization server, responsible for verifying the user's credentials, also known as the Identity Provider.
24+
The Authenticate integration includes the following components:
2525

26-
- Web and mobile applications - Any Open ID Connect (OIDC) mobile or web applications protected by Haventec and Azure AD B2C.
26+
* **Azure AD B2C** - authorization server that verifies user credentials
27+
* Also known as the identity provider (IdP)
28+
* **Web and mobile applications** - Open ID Connect (OIDC) mobile or web applications protected by Authenticate and Azure AD B2C
29+
* Haventec Authenticate service - external IdP for the Azure AD B2C tenant
2730

28-
- Haventec Authenticate service - Acts as the external Identity Provider to your Azure AD B2C tenant.
31+
The following diagram illustrates sign-up and sign-in user flows in the Haventec Authenticate integration.
2932

30-
The following architecture diagram shows the implementation.
33+
![Diagram of sign-up and sign-in user flows in the Haventec Authenticate integration.](media/partner-haventec/partner-haventec-architecture-diagram.png)
3134

32-
![Image shows the architecture diagram](media/partner-haventec/partner-haventec-architecture-diagram.png)
35+
1. User selects sign-in or sign-up and enters a username.
36+
2. The application sends user attributes to Azure AD B2C for identity verification.
37+
3. Azure AD B2C collects user attributes and sends them to Haventec Authenticate.
38+
4. For new users, Authenticate sends push notification to the user mobile device. It can send email with a one-time password (OTP) for device registration.
39+
5. User responds and is granted or denied access. New cryptographic keys are pushed to the user device for a future session.
3340

34-
| Steps | Description |
35-
|:----------------|:----------------------|
36-
| 1. | User arrives at a login page. Users select sign-in/sign-up and enter the username|
37-
| 2. | The application sends the user attributes to Azure AD B2C for identity verification.|
38-
| 3.| Azure AD B2C collects the user attributes and sends the attributes to Haventec to authenticate the user through the Haventec Authenticate app.|
39-
| 4. |For new users only, Haventec Authenticate sends a push notification to the registered users' mobile device. It can also send an email with an OTP for device registration.|
40-
| 5. | After the user responds to the push notification, the user is either granted or denied access to the customer application based on the verification results. New cryptographic keys are generated and pushed into the user's device to have it ready for the next session. |
41+
## Get started with Authenticate
4142

42-
## Onboard with Haventec
43+
Go to the haventec.com [Get a demo of Haventec Authenticate](https://www.haventec.com/products/get-started) page. In the personalized demo request form, indicate your intereste in Azure AD B2C integration. An email arrives when the demo environment is ready.
4344

44-
Get in touch with Haventec to [request a demo](https://www.haventec.com/products/get-started). While filling out the request form, indicate that you want to onboard with Azure AD B2C. You'll be notified through email once your demo environment is ready.
45+
## Integrate Authenticate with Azure AD B2C
4546

46-
## Integrate Haventec with Azure AD B2C
47+
Use the following instructions to prepare for and integrate Azure AD B2C with Authenicate.
4748

4849
### Prerequisites
4950

50-
To get started, you'll need:
51-
52-
- An Azure AD subscription. If you don\'t have one, get a [free
53-
account](https://azure.microsoft.com/free/).
54-
55-
- An [Azure AD B2C tenant](tutorial-create-tenant.md) that is linked to your Azure subscription.
51+
To get started, you need:
5652

57-
- A Haventec Authenticate [demo environment](https://www.haventec.com/products/get-started).
53+
* An Azure AD subscription
54+
* If you don't have one, get an [Azure free account](https://azure.microsoft.com/free/)
55+
* An Azure AD B2C tenant linked to the Azure subscription
56+
* see, [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md)
57+
* A Haventec Authenticate demo environment
58+
* See, [Get a demo of Haventec Authenticate](https://www.haventec.com/products/get-started)
5859

59-
### Part - 1 Create an application registration in Haventec
60+
### Create an application registration in Haventec
6061

6162
If you haven't already done so, [register](tutorial-register-applications.md) a web application.
6263

0 commit comments

Comments
 (0)