Skip to content

Commit c9bf0f8

Browse files
bugfix
1 parent b6119a3 commit c9bf0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/howto-call-a-web-api-with-postman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You may also notice the **User.Read** permission for the Microsoft Graph API. Th
239239

240240
1. Launch the **Postman** application.
241241
1. In the main Postman window, find **Create a new request** and select **HTTP Request**.
242-
1. In the top bar, ensure that **GET** is selected from the dropdown menu.
242+
1. In the top bar, select **GET** from the dropdown menu.
243243
1. For the request URL, enter the URL of the endpoint exposed by the web API, `https://localhost:{port}/weatherforecast`.
244244
1. Select the **Authorization** tab to configure Postman to obtain a token from the Microsoft identity platform that will grant access to the web API.
245245
1. From the **Type** dropdown, select **OAuth 2.0**. This displays **Configure New Token** form.

0 commit comments

Comments
 (0)