Skip to content

Commit f896d0e

Browse files
authored
Merge pull request #102431 from farah-alyasari/ADTreview
Ad treview
2 parents 910cc89 + 64fc367 commit f896d0e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/digital-twins/how-to-configure-postman.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Configure your Azure Active Directory app to use the OAuth 2.0 implicit grant fl
7474

7575
Set up and configure Postman to obtain an Azure Active Directory token. Afterwards, make an authenticated HTTP request to Azure Digital Twins using the acquired token:
7676

77-
1. Go to [www.getpostman.com](https://www.getpostman.com/) to download the app.
7877
1. Verify that your **Authorization URL** is correct. It should take the format:
7978

8079
```plaintext
@@ -85,7 +84,13 @@ Set up and configure Postman to obtain an Azure Active Directory token. Afterwar
8584
|---------|---------|---------|
8685
| YOUR_AZURE_TENANT | The name of your tenant or organization | `microsoft` |
8786
88-
1. Select the **Authorization** tab, select **OAuth 2.0**, and then select **Get New Access Token**.
87+
The YOUR_AZURE_TENANT placeholder is for your **Tenant ID** in the Azure Active Directory. There is a numeric directory Id and a human-readable tenant Id. You must use the human-readable Id. The **Tenant ID** is located under the **Overview** tab of your Azure Active Directory.
88+
89+
1. Go to [www.getpostman.com](https://www.getpostman.com/) to download the app.
90+
91+
1. Open the Postman app and click new | Create new, and select Request. Enter a Request name. Select a collection or folder to save it to, and click Save.
92+
93+
1. We want to make GET request. Select the **Authorization** tab, select OAuth 2.0, and then select **Get New Access Token**.
8994
9095
| Field | Value |
9196
|---------|---------|

0 commit comments

Comments
 (0)