Skip to content

Commit 7fbc1df

Browse files
committed
patch-js-work
1 parent 303b952 commit 7fbc1df

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: quickstart
1010

11-
ms.date: 09/13/2023
11+
ms.date: 09/25/2023
1212
ms.author: henrymbugua
1313
ms.reviewer: j-mantu
1414
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
@@ -56,8 +56,7 @@ To obtain the sample application, you can either clone it from GitHub or downloa
5656
```console
5757
git clone https://github.com/Azure-Samples/ms-identity-docs-code-javascript.git
5858
```
59-
60-
- [Download the .zip file](https://github.com/Azure-Samples/ms-identity-docs-code-javascript/archive/refs/heads/main.zip)
59+
- [Download the .zip file](https://github.com/Azure-Samples/ms-identity-docs-code-javascript/archive/refs/heads/main.zip). Extract it to a file path where the length of the name is fewer than 260 characters.
6160

6261
## Configure the project
6362

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: quickstart
1111
ms.workload: identity
12-
ms.date: 09/13/2023
12+
ms.date: 09/25/2023
1313
ms.author: henrymbugua
1414
ms.reviewer: j-mantu
1515
ms.custom: aaddev, "scenarios:getting-started", "languages:JavaScript", devx-track-js
@@ -36,7 +36,6 @@ In this article you'll register a SPA in the Microsoft Entra admin center, and d
3636
1. Select **New registration**.
3737
1. When the **Register an application** page appears, enter a name for your application, such as *identity-client-app*.
3838
1. Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
39-
1. The application's overview pane is displayed when registration is complete. Record the **Directory (tenant) ID** and the **Application (client) ID** to be used in your application source code.
4039
1. Select **Register**.
4140
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.
4241

@@ -58,9 +57,7 @@ To obtain the sample application, you can either clone it from GitHub or downloa
5857
```console
5958
git clone https://github.com/Azure-Samples/ms-identity-docs-code-javascript.git
6059
```
61-
- [Download the .zip file](https://github.com/Azure-Samples/ms-identity-docs-code-javascript/tree/main)
62-
63-
If you choose to download the `.zip` file, extract the sample app file to a folder where the total length of the path is 260 or fewer characters.
60+
- [Download the .zip file](https://github.com/Azure-Samples/ms-identity-docs-code-javascript/tree/main). Extract it to a file path where the length of the name is fewer than 260 characters.
6461

6562
## Configure the project
6663

0 commit comments

Comments
 (0)