You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/enable-authentication-spa-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ The resources referenced by the *index.html* file are detailed in the following
109
109
|[`ui.js`](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa/blob/main/App/ui.js)| Controls the UI elements. |
110
110
|||
111
111
112
-
To render the SPA index file, in the *myApp* folder, create a file named *index.html*, which contains the following HTML snippet.
112
+
To render the SPA index file, in the *myApp* folder, create a file named *index.html*, which contains the following HTML snippet:
113
113
114
114
```html
115
115
<!DOCTYPE html>
@@ -221,7 +221,7 @@ To specify your Azure AD B2C user flows, do the following:
221
221
222
222
In this step, implement the methods to initialize the sign-in flow, API access token acquisition, and the sign-out methods.
223
223
224
-
For more information, see the [MSAL PublicClientApplication classreference](https://azuread.github.io/microsoft-authentication-library-for-js/ref/classes/_azure_msal_browser.publicclientapplication.html), and [Use the Microsoft Authentication Library (MSAL) to sign in the user](../active-directory/develop/tutorial-v2-javascript-spa.md#use-the-microsoft-authentication-library-msal-to-sign-in-the-user) articles.
224
+
For more information, see the [MSAL PublicClientApplication classreference](https://azuread.github.io/microsoft-authentication-library-for-js/ref/classes/_azure_msal_browser.publicclientapplication.html), and [Use the Microsoft Authentication Library (MSAL) to sign in the user](../active-directory/develop/tutorial-v2-javascript-spa.md#use-the-msal-to-sign-in-the-user) articles.
225
225
226
226
To sign in the user, do the following:
227
227
@@ -442,7 +442,7 @@ To call your web API by using the token you acquired, do the following:
442
442
443
443
## Step 10: Add the UI elements reference
444
444
445
-
The SPA app uses JavaScript to control the UIelements. For example, it displays the sign-in and sign-out buttons, and renders the users ID token claims to the screen.
445
+
The SPA app uses JavaScript to control the UIelements. For example, it displays the sign-in and sign-out buttons, and renders the users' ID token claims to the screen.
446
446
447
447
To add the UI elements reference, do the following:
0 commit comments