Skip to content

Commit c93846c

Browse files
committed
pr-review-feedback
1 parent e0789ff commit c93846c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
18 KB
Loading

articles/active-directory/develop/quickstart-single-page-app-angular-sign-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this article you'll register a SPA in the Microsoft Entra admin center, and d
3636
1. When the **Register an application** page appears, enter a name for your application, such as *identity-client-app*.
3737
1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
3838
1. Select **Register**.
39-
1. The application's Overview pane displays upon successful registration. Record the **Application (client) ID** and **Directory (tenant) ID** to be used in your application source code..
39+
1. The application's Overview pane displays upon successful registration. Record the **Application (client) ID** and **Directory (tenant) ID** to be used in your application source code.
4040

4141
## Add a redirect URI
4242

articles/active-directory/develop/quickstart-single-page-app-javascript-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
1818

1919
# Quickstart: Sign in users in a single-page app (SPA) and call the Microsoft Graph API using JavaScript
2020

21-
This quickstart uses a sample JavaScrip (JS) single-page app (SPA) to show you how to sign in users by using the [authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow) with Proof Key for Code Exchange (PKCE) and call the Microsoft Graph API. The sample uses the [Microsoft Authentication Library for JavaScript](/javascript/api/@azure/msal-react) to handle authentication.
21+
This quickstart uses a sample JavaScript (JS) single-page app (SPA) to show you how to sign in users by using the [authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow) with Proof Key for Code Exchange (PKCE) and call the Microsoft Graph API. The sample uses the [Microsoft Authentication Library for JavaScript](/javascript/api/@azure/msal-react) to handle authentication.
2222

2323
In this article you'll register a SPA in the Microsoft Entra admin center, and download a sample JS SPA. Next, you'll run the sample application, sign in with your personal Microsoft account or a work or school account, and sign out.
2424

@@ -43,7 +43,7 @@ In this article you'll register a SPA in the Microsoft Entra admin center, and d
4343

4444
1. Under **Manage**, select **Authentication**.
4545
1. Under **Platform configurations**, select **Add a platform**. In the pane that opens, select **Single-page application**.
46-
1. Set the **Redirect URIs** value to `http://localhost:3000/`. This is the default port NodeJS will listen on your local machine. We’ll return the authentication response to this URI after successfully authenticating the user.
46+
1. Set the **Redirect URIs** value to `http://localhost:3000/`.
4747
1. Select **Configure** to apply the changes.
4848
1. Under **Platform Configurations** expand **Single-page application**.
4949
1. Confirm that for **Grant types** ![Already configured](media/quickstart-v2-javascript/green-check.png), your **Redirect URI** is eligible for the Authorization Code Flow with PKCE.

articles/active-directory/develop/quickstart-single-page-app-react-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-tra
1818

1919
# Quickstart: Sign in users in a single-page app (SPA) and call the Microsoft Graph API using React
2020

21-
This quickstarts uses a sample React single-page app (SPA) to show you how to sign in users by using the [authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow) with Proof Key for Code Exchange (PKCE). The sample uses the [Microsoft Authentication Library for JavaScript](/javascript/api/@azure/msal-react) to handle authentication.
21+
This quickstart uses a sample React single-page app (SPA) to show you how to sign in users by using the [authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow) with Proof Key for Code Exchange (PKCE). The sample uses the [Microsoft Authentication Library for JavaScript](/javascript/api/@azure/msal-react) to handle authentication.
2222

2323
In this article you'll register a SPA in the Microsoft Entra admin center, and download a sample React SPA. Next, you'll run the sample application, sign in with your personal Microsoft account or a work or school account, and sign out.
2424

@@ -44,7 +44,7 @@ In this article you'll register a SPA in the Microsoft Entra admin center, and d
4444

4545
1. Under **Manage**, select **Authentication**.
4646
1. Under **Platform configurations**, select **Add a platform**. In the pane that opens, select **Single-page application**.
47-
1. Set the **Redirect URIs** value to `http://localhost:3000/`. This is the default port NodeJS will listen on your local machine. We’ll return the authentication response to this URI after successfully authenticating the user.
47+
1. Set the **Redirect URIs** value to `http://localhost:3000/`.
4848
1. Select **Configure** to apply the changes.
4949
1. Under **Platform Configurations** expand **Single-page application**.
5050
1. Confirm that for **Grant types** ![Already configured](media/quickstart-v2-javascript/green-check.png), your **Redirect URI** is eligible for the Authorization Code Flow with PKCE.

0 commit comments

Comments
 (0)