Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit df7d511

Browse files
authored
Merge pull request #20 from afermon/master
Fix App Example link
2 parents 3e340a6 + b81339c commit df7d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To call this web API from a client application:
199199
- In the **Delegated permissions** section, select the **access_as_user** in the list. Use the search box if necessary.
200200
- Click on the **Add permissions** button at the bottom.
201201
3. Update the config of the client app to point it to this Web API:
202-
1. For example, in [this](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/3-1-call-api), open the `App\apiConfig.js` file . Then:
202+
1. For example, in [this](https://github.com/Azure-Samples/ms-identity-javascript-tutorial/tree/main/3-Authorization-II/1-call-api), open the `App\apiConfig.js` file . Then:
203203
1. Find the key `Enter_the_Web_Api_Uri_Here` and replace the existing value with the coordinates of this web API, i.e. `http://localhost:5000/api`.
204204
2. Find the key `Enter_the_Web_Api_Scope_Here` and replace the existing value with the scopes for this web API, like `api://e767d418-b80b-4568-9754-557f40697fc5/access_as_user`. You can copy this from the **Expose an API** blade of this Web APIs registration.
205205

0 commit comments

Comments
 (0)