Skip to content

Commit eb09820

Browse files
mmacymsmimart
andauthored
Update articles/active-directory-b2c/tutorial-single-page-app.md
Co-Authored-By: Michele Martin <[email protected]>
1 parent 1ad1265 commit eb09820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/tutorial-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Now that you've obtained the sample, update the code with your Azure AD B2C tena
9595
const msalConfig = {
9696
auth: {
9797
clientId: "00000000-0000-0000-0000-000000000000", // Replace this value with your Application (client) ID
98-
authority: "https://your-b2c-tenant.b2clogin.com//your-b2c-tenant.onmicrosoft.com/B2C_1_signupsignin1", // Update with your tenant and user flow names
98+
authority: "https://your-b2c-tenant.b2clogin.com/your-b2c-tenant.onmicrosoft.com/B2C_1_signupsignin1", // Update with your tenant and user flow names
9999
validateAuthority: false
100100
},
101101
cache: {

0 commit comments

Comments
 (0)