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-arkose-labs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: gasinh
14
14
ms.subservice: B2C
15
15
---
16
16
17
-
# Tutorial: Configure Azure Active Directory B2C with the Arkos Labs platform
17
+
# Tutorial: Configure Azure Active Directory B2C with the Arkose Labs platform
18
18
19
19
In this tutorial, learn how to integrate Azure Active Directory B2C (Azure AD B2C) authentication with the [Arkose Labs](https://www.arkoselabs.com/) Arkose Protect Platform. Arkose Labs products help organizations against bot attacks, account takeover, and fraudulent account openings.
20
20
@@ -39,7 +39,7 @@ Arkose Labs products integration includes the following components:
39
39
- This API validates the server-side of the Arkose Labs session token
40
40
- Learn more in the [Azure Functions Overview](/azure/azure-functions/functions-overview)
41
41
42
-
The following diagram describes how Arkose Labs integrates with Azure AD B2C.
42
+
The following diagram illustrates how the Arkose Labs platform integrates with Azure AD B2C.
43
43
44
44

45
45
@@ -58,7 +58,7 @@ The following diagram describes how Arkose Labs integrates with Azure AD B2C.
58
58
2. Create an account.
59
59
3. Navigate to the [Arkose Portal](https://dashboard.arkoselabs.com/login) sign-in page.
60
60
4. In the dashboard, navigate to site settings.
61
-
5. Locate your public key and private key. You will use this information later.
61
+
5. Locate your public key and private key. You'll use this information later.
62
62
63
63
> [!NOTE]
64
64
> The public and private key values are `ARKOSE_PUBLIC_KEY` and `ARKOSE_PRIVATE_KEY`.
@@ -80,7 +80,7 @@ Learn more: [Define custom attributes in Azure Active Directory B2C](./user-flow
80
80
81
81
### Create a user flow
82
82
83
-
The user flow is for sign-up and sign-in, or just sign-up. The Arkose Labs user flow appears during sign-up.
83
+
The user flow is for sign-up and sign-in, or sign-up. The Arkose Labs user flow appears during sign-up.
84
84
85
85
1.[Create user flows and custom policies in Azure Active Directory B2C](./tutorial-create-user-flows.md). If using a user flow, use **Recommended**.
86
86
2. In the user flow settings, go to **User attributes**.
@@ -182,7 +182,7 @@ Username and password are stored as environment variables, not part of the repos
182
182
1. Deploy your Azure Function to the cloud. Learn more with [Azure Functions documentation](/azure/azure-functions/).
183
183
2. Copy the endpoint web URL of your Azure Function.
184
184
3. After deployment, select the **Upload settings** option.
185
-
4. Your environment variables are uploaded to the Applicaiton settings of the app service. Learn more on [Application settings in Azure](../azure-functions/functions-develop-vs-code.md?tabs=csharp#application-settings-in-azure).
185
+
4. Your environment variables are uploaded to the Application settings of the app service. Learn more on [Application settings in Azure](../azure-functions/functions-develop-vs-code.md?tabs=csharp#application-settings-in-azure).
186
186
187
187
>[!NOTE]
188
188
>You can [manage your function app](../azure-functions/functions-how-to-use-azure-function-app-settings.md). See also, [Deploy project files](../azure-functions/functions-develop-vs-code.md?tabs=csharp#republish-project-files) to learn about Visual Studio Code development for Azure Functions.
0 commit comments