You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
53
41
54
42
```console
55
43
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
66
54
67
55
For more information and potential issues, see: [HTTPS in .NET Core](https://docs.microsoft.com/aspnet/core/security/enforcing-ssl).
68
56
69
-
### Step 3. Install Angular SPA dependencies
57
+
### Step 2. Install Angular SPA dependencies
70
58
71
59
```console
72
60
cd ../
73
61
cd SPA
74
62
npm install
75
63
```
76
64
77
-
### Step 4: Register the sample application(s) in your tenant
65
+
### Step 3: Register the sample application(s) in your tenant
78
66
79
67
There are two projects in this sample. Each needs to be separately registered in your Azure AD tenant. To register these projects, you can:
80
68
@@ -192,7 +180,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
192
180
1. Find the key `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.
193
181
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`
194
182
195
-
### Step 5: Running the sample
183
+
### Step 4: Running the sample
196
184
197
185
From your shell or command line, execute the following commands:
0 commit comments