Skip to content

Commit d14f6c2

Browse files
committed
SCOPES > Scopes (match UI)
1 parent ffeec4a commit d14f6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Scopes provide a way to govern access to protected resources. Scopes are used by
4646

4747
[!INCLUDE [active-directory-b2c-scopes](../../includes/active-directory-b2c-scopes.md)]
4848

49-
Record the value under **SCOPES** for the `demo.read` scope to use in a later step when you configure the single-page application. The full scope value is similar to `https://contosob2c.onmicrosoft.com/api/demo.read`.
49+
Record the value under **Scopes** for the `demo.read` scope to use in a later step when you configure the single-page application. The full scope value is similar to `https://contosob2c.onmicrosoft.com/api/demo.read`.
5050

5151
## Grant permissions
5252

@@ -104,7 +104,7 @@ To change the settings in the SPA:
104104
105105
1. In the [active-directory-b2c-javascript-msal-singlepageapp][github-js-spa] project you downloaded or cloned in the previous tutorial, open the *apiConfig.js* file inside the *JavaScriptSPA* folder.
106106
1. Configure the sample with the URI for the *demo.read* scope you created earlier and the URL of the web API.
107-
1. In the `apiConfig` definition, replace the `b2cScopes` value with the full URI for the scope (the **SCOPE** value you recorded earlier).
107+
1. In the `apiConfig` definition, replace the `b2cScopes` value with the full URI for the *demo.read* scope (the **Scope** value you recorded earlier).
108108
1. Change the `webApi` value to the redirect URI you added when you registered the web API application in an earlier step.
109109
110110
The `apiConfig` definition should look similar to the following code block, but with your B2C tenant's name in the place of `<your-tenant-name>`:

0 commit comments

Comments
 (0)