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 Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ To call this web API from a client application:
199
199
- In the **Delegated permissions** section, select the **access_as_user** in the list. Use the search box if necessary.
200
200
- Click on the **Add permissions** button at the bottom.
201
201
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:
203
203
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`.
204
204
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.
0 commit comments