Skip to content

Commit bcebccf

Browse files
committed
Additional updates
1 parent e70edd9 commit bcebccf

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

articles/active-directory/external-identities/customers/how-to-single-page-application-react-prepare-app.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.author: godonnell
1313
#Customer intent: As a dev, devops, or IT admin, I want to learn how to enable authentication in my own React single-page app
1414
---
1515
# Prepare a React single-page app (SPA) for authentication
16-
1716
After registration is complete, you can create a React project using an integrated development environment (IDE). This tutorial demonstrates how to create a React single-page app using npm and create files needed for authentication and authorization.
1817

1918
In this article, you learn how to:
@@ -30,7 +29,7 @@ In this article, you learn how to:
3029
* [Node.js](https://nodejs.org/en/download/)
3130

3231
## Create a new React project
33-
Use the following tabs to create a React project within the IDE.
32+
Use the following tabs to create a React project within Visual Studio Code.
3433

3534
1. Open Visual Studio Code, select **File** > **Open Folder...**. Navigate to and select the location in which to create your project.
3635
1. Open a new terminal by selecting **Terminal** > **New Terminal**.

articles/active-directory/external-identities/customers/how-to-single-page-application-react-prepare-tenant.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ms.subservice: ciam
1010
ms.topic: how-to
1111
ms.date: 05/23/2023
1212
ms.author: godonnell
13-
ms.custom: it-pro
1413

1514
#Customer intent: As a dev I want to prepare my customer tenant for building a single-page app (SPA) with React
1615
---

articles/active-directory/external-identities/customers/how-to-single-page-application-react-sample.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.service: active-directory
99
ms.subservice: ciam
1010
ms.topic: how-to
1111
ms.date: 05/23/2023
12-
ms.custom: developer
1312

1413
#Customer intent: As a dev, devops, I want to learn about how to configure a sample React single-page app to sign in and sign out users with my Azure Active Directory (Azure AD) for customers tenant
1514
---
@@ -19,8 +18,7 @@ ms.custom: developer
1918
This how-to guide uses a sample React single-page application (SPA) to demonstrate how to add authentication to a SPA. This SPA enables users to sign in and sign out by using you Azure Active Directory (Azure AD) for customers tenant. The sample uses the [Microsoft Authentication Library for JavaScript (MSAL.js)](https://github.com/AzureAD/microsoft-authentication-library-for-js) to handle authentication.
2019

2120
## Prerequisites
22-
23-
* Although any IDE that supports vanilla JS applications can be used, **Visual Studio Code** is used for this guide. It can be downloaded from the [Downloads](https://visualstudio.microsoft.com/downloads) page.
21+
* Although any IDE that supports React applications can be used, **Visual Studio Code** is used for this guide. It can be downloaded from the [Downloads](https://visualstudio.microsoft.com/downloads) page.
2422
* [Node.js](https://nodejs.org/en/download/).
2523
* Azure AD for customers tenant. If you don't already have one, [sign up for a free trial](https://aka.ms/ciam-free-trial?wt.mc_id=ciamcustomertenantfreetrial_linkclick_content_cnl).
2624

@@ -97,5 +95,5 @@ All the required code snippets have been added, so the application can now be ca
9795
1. Once signed in the display name is shown next to the **Sign out** button.
9896
9997
## Next steps
100-
101-
Learn how to use the Microsoft Authentication Library (MSAL) for JavaScript to sign in users and acquire tokens to call Microsoft Graph.
98+
> [!div class="nextstepaction"]
99+
> [Enable self-service password reset](./how-to-enable-password-reset-customers.md)

0 commit comments

Comments
 (0)