Skip to content

Commit

Permalink
Merge pull request Azure-Samples#17 from Haddley/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
derisen authored May 7, 2021
2 parents ea83318 + 0c4718d commit 14a5495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-Authorization-II/1-call-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi

> In the steps below, "ClientID" is the same as "Application ID" or "AppId".
1. Open the `config.js` file.
1. Open the `config.json` file.
1. Find the key `clientID` and replace the existing value with the application ID (clientId) of the `ms-identity-javascript-tutorial-c3s1-api` application copied from the Azure portal.
1. Find the key `tenantID` and replace the existing value with your Azure AD tenant ID.
1. Find the key `audience` and replace the existing value with the application ID (clientId) of the `ms-identity-javascript-tutorial-c3s1-api` application copied from the Azure portal.
Expand Down

0 comments on commit 14a5495

Please sign in to comment.