Skip to content

Commit 349908f

Browse files
committed
update configure-authentication-sample-spa-app doc
1 parent 7ad1ecd commit 349908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Now that you've obtained the SPA sample, update the code with your Azure AD B2C
132132
|authConfig.js|clientId| The SPA ID from [step 2.3](#step-23-register-the-spa).|
133133
|policies.js| names| The user flows, or custom policy you created in [step 1](#step-1-configure-your-user-flow).|
134134
|policies.js|authorities|Your Azure AD B2C user flow authorities such as `https://<your-tenant-name>.b2clogin.com/<your-tenant-name>.onmicrosoft.com/<your-sign-in-sign-up-policy>`. Replace `your-sign-in-sign-up-policy` with user flow or custom policy you created in [step 1](#sign-in-flow)|
135-
|policies.js|authorityDomain|Your Azure AD B2C authority domain such as `your-tenant-name.b2clogin.com`.|
135+
|policies.js|authorityDomain|Your Azure AD B2C authority domain such as `<your-tenant-name>.b2clogin.com`.|
136136
|apiConfig.js|b2cScopes|The web API scopes you created in [step 2.2](#step-22-configure-scopes) (for example, `b2cScopes: ["https://<your-tenant-name>.onmicrosoft.com/tasks-api/tasks.read"]`).|
137137
|apiConfig.js|webApi|The URL of the web API, `http://localhost:5000/hello`.|
138138
| | | |

0 commit comments

Comments
 (0)