Skip to content

Commit 1638d9c

Browse files
Merge pull request #239280 from garrodonnell/react-spa-updates
[CIAM] Removing checklist items from React SPA instructions
2 parents 1c8567e + 006e72c commit 1638d9c

File tree

4 files changed

+4
-25
lines changed

4 files changed

+4
-25
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ 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-
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.
17-
18-
In this article, you learn how to:
19-
20-
> [!div class="checklist"]
21-
> * Create a new React project
22-
> * Configure the settings for the application
23-
> * Install identity and bootstrap packages
24-
> * Add authentication code to the application
16+
After registration is complete, you can create a React project using an integrated development environment (IDE). This guide demonstrates how to create a React single-page app using npm and create files needed for authentication and authorization.
2517

2618
## Prerequisites
2719
* Completion of the prerequisites and steps in [Prepare your customer tenant for building a React single-page app (SPA)](./how-to-single-page-application-react-prepare-tenant.md))

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ ms.author: godonnell
1717

1818
Before your applications can interact with Microsoft identity platform they must be registered in a customer tenant that you manage and must be associated with a user flow.
1919

20-
In this article, you learn how to:
21-
22-
> [!div class="checklist"]
23-
> * Register your application and record identifiers
24-
> * Create a user flow to allow sign-up and sign-in
25-
> * Associate the user flow with your application
20+
In this article, you learn how to register your application and record identifies, create a user flow and associate that user flow with your application.
2621

2722
## Prerequisites
2823

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.date: 05/23/2023
1515

1616
# Sign in users in a sample React single-page app (SPA)
1717

18-
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.
18+
This 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.
1919

2020
## Prerequisites
2121
* 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.
@@ -77,7 +77,6 @@ If you choose to download the `.zip` file, extract the sample app file to a fold
7777
1. Save the file.
7878
7979
## Run your project and sign in
80-
8180
All the required code snippets have been added, so the application can now be called and tested in a web browser.
8281
8382
1. Open a new terminal by selecting **Terminal** > **New Terminal**.

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@ ms.custom: it-pro
1818
# Add sign-in to a React single-page app (SPA)
1919
Functional components are the building blocks of React apps. This tutorial demonstrates how functional components can be used to build the sign in and sign out experience in a React single-page app (SPA). The `useMsal` hook is used to retrieve an access token to allow user sign in.
2020

21-
In this tutorial:
22-
23-
> [!div class="checklist"]
24-
>
25-
> - Add components to the application
26-
> - Create a way of displaying the user's profile information
27-
> - Create a layout that displays the sign in and sign out experience
28-
> - Add the sign in and sign out experiences
21+
In this article you will add components to the application and create a layout that displays the sign in and sign out experience. You will also add sign in and sign out experiences.
2922

3023
## Prerequisites
3124

0 commit comments

Comments
 (0)