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
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: 3-Authorization-II/1-call-api/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ For more information and potential issues, see: [HTTPS in .NET Core](https://doc
96
96
npm install
97
97
```
98
98
99
-
### Step 3: Register the sample application(s) in your tenant
99
+
### Step 4: Register the sample application(s) in your tenant
100
100
101
101
There are two projects in this sample. Each needs to be separately registered in your Azure AD tenant. To register these projects, you can:
102
102
@@ -235,7 +235,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
235
235
1. Find the key `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.
236
236
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`
237
237
238
-
### Step 4: Running the sample
238
+
### Step 5: Running the sample
239
239
240
240
From your shell or command line, execute the following commands:
241
241
@@ -412,4 +412,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
412
412
-[Handle errors and exceptions in MSAL.NET](https://docs.microsoft.com/azure/active-directory/develop/msal-error-handling-dotnet)
413
413
-[Building Zero Trust ready apps](https://aka.ms/ztdevsession)
0 commit comments