Skip to content

Commit

Permalink
Merge pull request Azure-Samples#13 from Azure-Samples/derisen-patch-1
Browse files Browse the repository at this point in the history
c3s1 fix readme instruction
  • Loading branch information
derisen authored Feb 5, 2021
2 parents ff0ae62 + 49053ac commit 9939da0
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 @@ -191,7 +191,7 @@ Open the `App\authConfig.js` file. Then:

After you configured your web API, open the `App\apiConfig.js` file. Then:

1. Find the key `Enter_the_Web_Api_Uri_Here` and replace the existing value with the coordinates of your web API (by default `http://localhost:5000`).
1. Find the key `Enter_the_Web_Api_Uri_Here` and replace the existing value with the coordinates of your web API (by default `http://localhost:5000/api`).
1. Find the key `Enter_the_Web_Api_Scope_Here` and replace the existing value with the scopes for your web API, like `api://e767d418-b80b-4568-9754-557f40697fc5/access_as_user`. You can copy this from the **Expose an API** blade of the web APIs registration.

## Running the sample
Expand Down

0 comments on commit 9939da0

Please sign in to comment.