You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/partner-haventec.md
+30-29Lines changed: 30 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
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
3
3
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
5
5
author: gargi-sinha
6
6
manager: martinco
7
7
ms.reviewer: kengaderdus
@@ -13,50 +13,51 @@ ms.author: gasinh
13
13
ms.subservice: B2C
14
14
---
15
15
16
-
# Tutorial: Configure Haventec with Azure Active Directory B2C for singlestep, multifactor passwordless authentication
16
+
# Tutorial: Configure Haventec Authenticate with Azure Active Directory B2C for single-step, multi-factor passwordless authentication
17
17
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.
19
19
20
-
## Scenario description
20
+
To learn more, go to haventec.com: [Haventec](https://www.haventec.com/)
21
21
22
-
The Haventec integration includes the following components:
22
+
## Scenario description
23
23
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:
25
25
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
27
30
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.
29
32
30
-
The following architecture diagram shows the implementation.
33
+

31
34
32
-

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.
33
40
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
41
42
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.
43
44
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
45
46
46
-
## Integrate Haventec with Azure AD B2C
47
+
Use the following instructions to prepare for and integrate Azure AD B2C with Authenicate.
47
48
48
49
### Prerequisites
49
50
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:
56
52
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)
58
59
59
-
### Part - 1 Create an application registration in Haventec
60
+
### Create an application registration in Haventec
60
61
61
62
If you haven't already done so, [register](tutorial-register-applications.md) a web application.
0 commit comments