Skip to content

Commit 7accb66

Browse files
bugfix
1 parent c9bf0f8 commit 7accb66

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
@@ -243,7 +243,7 @@ You may also notice the **User.Read** permission for the Microsoft Graph API. Th
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.
246-
1. Enter the following values in the **Configure New Token** tab:
246+
1. Enter the following values in the **Configure New Token** form:
247247

248248
| Setting | Value |
249249
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)