Skip to content

Commit f121c86

Browse files
authored
Update partner-arkose-labs.md
1 parent 4744623 commit f121c86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory-b2c/partner-arkose-labs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: gasinh
1414
ms.subservice: B2C
1515
---
1616

17-
# Tutorial: Configure Azure Active Directory B2C with the Arkos Labs platform
17+
# Tutorial: Configure Azure Active Directory B2C with the Arkose Labs platform
1818

1919
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.
2020

@@ -39,7 +39,7 @@ Arkose Labs products integration includes the following components:
3939
- This API validates the server-side of the Arkose Labs session token
4040
- Learn more in the [Azure Functions Overview](/azure/azure-functions/functions-overview)
4141

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.
4343

4444
![Diagram of the Arkose Labs platform and Azure AD B2C integration architecture.](media/partner-arkose-labs/arkose-labs-architecture-diagram.png)
4545

@@ -58,7 +58,7 @@ The following diagram describes how Arkose Labs integrates with Azure AD B2C.
5858
2. Create an account.
5959
3. Navigate to the [Arkose Portal](https://dashboard.arkoselabs.com/login) sign-in page.
6060
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.
6262

6363
> [!NOTE]
6464
> 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
8080

8181
### Create a user flow
8282

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.
8484

8585
1. [Create user flows and custom policies in Azure Active Directory B2C](./tutorial-create-user-flows.md). If using a user flow, use **Recommended**.
8686
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
182182
1. Deploy your Azure Function to the cloud. Learn more with [Azure Functions documentation](/azure/azure-functions/).
183183
2. Copy the endpoint web URL of your Azure Function.
184184
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).
186186

187187
>[!NOTE]
188188
>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

Comments
 (0)