Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 1f493cf

Browse files
author
Doğan Erişen
authored
readme steps correction
1 parent 3122a9f commit 1f493cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more information and potential issues, see: [HTTPS in .NET Core](https://doc
9696
npm install
9797
```
9898

99-
### Step 3: Register the sample application(s) in your tenant
99+
### Step 4: Register the sample application(s) in your tenant
100100

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

@@ -235,7 +235,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
235235
1. Find the key `Enter_the_Tenant_Info_Here` and replace the existing value with your Azure AD tenant ID.
236236
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`
237237
238-
### Step 4: Running the sample
238+
### Step 5: Running the sample
239239
240240
From your shell or command line, execute the following commands:
241241
@@ -412,4 +412,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
412412
- [Handle errors and exceptions in MSAL.NET](https://docs.microsoft.com/azure/active-directory/develop/msal-error-handling-dotnet)
413413
- [Building Zero Trust ready apps](https://aka.ms/ztdevsession)
414414
- [National Clouds](https://docs.microsoft.com/azure/active-directory/develop/authentication-national-cloud#app-registration-endpoints)
415-
- [Azure AD code samples](https://docs.microsoft.com/azure/active-directory/develop/sample-v2-code)
415+
- [Azure AD code samples](https://docs.microsoft.com/azure/active-directory/develop/sample-v2-code)

0 commit comments

Comments
 (0)