Skip to content

Commit 813cfaf

Browse files
authored
Merge pull request #190765 from shwetamathur7/patch-13
(AzureCXP) fixes MicrosoftDocs/azure-docs#89297
2 parents ed73c14 + efdedfe commit 813cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/configure-authentication-sample-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Under the project root folder, open the *appsettings.json* file. This file conta
113113
|---------|---------|---------|
114114
|AzureAdB2C|Instance| The first part of your Azure AD B2C [tenant name](tenant-management.md#get-your-tenant-name) (for example, `https://contoso.b2clogin.com`).|
115115
|AzureAdB2C|Domain| Your Azure AD B2C tenant full [tenant name](tenant-management.md#get-your-tenant-name) (for example, `contoso.onmicrosoft.com`).|
116-
|AzureAdB2C|ClientId| The web API application ID from [step 2](#step-2-register-a-web-application).|
116+
|AzureAdB2C|ClientId| The Web App Application (client) ID from [step 2](#step-2-register-a-web-application).|
117117
|AzureAdB2C|SignUpSignInPolicyId|The user flows or custom policy you created in [step 1](#step-1-configure-your-user-flow).|
118118

119119
Your final configuration file should look like the following JSON:

0 commit comments

Comments
 (0)