Skip to content

Commit ffeec4a

Browse files
mmacymsmimart
andauthored
Apply suggestions from code review
Thank you @msmimart! Co-Authored-By: Michele Martin <[email protected]>
1 parent ce03fa5 commit ffeec4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In this section, you update the single-page web application to call the Node.js
102102
103103
To change the settings in the SPA:
104104
105-
1. Open the *apiConfig.js* file in the [active-directory-b2c-javascript-msal-singlepageapp][github-js-spa] project you downloaded or cloned in the previous tutorial.
105+
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.
107107
1. In the `apiConfig` definition, replace the `b2cScopes` value with the full URI for the 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.

includes/active-directory-b2c-permissions-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ ms.author: mimart
2727
1. Select **Add permissions**.
2828
1. Select **Grant admin consent for (your tenant name)**.
2929
1. If you're prompted to select an account, select your currently signed-in administrator account, or sign in with an account in your Azure AD B2C tenant that's been assigned at least the *Cloud application administrator* role.
30-
1. Select **Accept**.
31-
1. Select **Refresh**, and then verify that "Granted for ..." appears under **Status** for both scopes.
30+
1. Select **Yes**.
31+
1. Select **Refresh**, and then verify that "Granted for ..." appears under **Status** for both scopes.

0 commit comments

Comments
 (0)