Skip to content

Commit a73fd38

Browse files
author
derisen
committed
update readme
1 parent e1fd661 commit a73fd38

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

3-Authorization-II/1-call-api/README-incremental.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,7 @@ This sample demonstrates an Angular single-page application (SPA) to sign-in use
3737

3838
## Setup the sample
3939

40-
### Step 1: Clone or download this repository
41-
42-
From your shell or command line:
43-
44-
```console
45-
git clone https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial.git
46-
```
47-
48-
or download and extract the repository *.zip* file.
49-
50-
> :warning: To avoid path length limitations on Windows, we recommend cloning into a directory near the root of your drive.
51-
52-
### Step 2. Install .NET Core API dependencies
40+
### Step 1. Install .NET Core API dependencies
5341

5442
```console
5543
cd ms-identity-javascript-angular-tutorial
@@ -66,15 +54,15 @@ The .NET Core project runs on HTTPS. You might need to trust the development cer
6654

6755
For more information and potential issues, see: [HTTPS in .NET Core](https://docs.microsoft.com/aspnet/core/security/enforcing-ssl).
6856

69-
### Step 3. Install Angular SPA dependencies
57+
### Step 2. Install Angular SPA dependencies
7058

7159
```console
7260
cd ../
7361
cd SPA
7462
npm install
7563
```
7664

77-
### Step 4: Register the sample application(s) in your tenant
65+
### Step 3: Register the sample application(s) in your tenant
7866

7967
There are two projects in this sample. Each needs to be separately registered in your Azure AD tenant. To register these projects, you can:
8068

@@ -192,7 +180,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
192180
1. Find the key `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.
193181
1. Find the key `Enter_the_Web_Api_Application_Id_Here` and replace the existing value(s) with the application ID (client ID) of the web API project that you've registered earlier, e.g. `api://<msal-dotnet-api-client-id>/TodoList.Read`
194182
195-
### Step 5: Running the sample
183+
### Step 4: Running the sample
196184
197185
From your shell or command line, execute the following commands:
198186

0 commit comments

Comments
 (0)