Skip to content

Commit e21e081

Browse files
author
farah-alyasari
committed
corrected instructions for tenant and clarified authorization in postman
1 parent a513599 commit e21e081

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 tenant is your **Tenant ID** in Azure Active Directory. There is both a numeric directory Id and a human-readable name. You must use human-readable name. 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.
92+
93+
1. Select the **Authorization** tab, select **OAuth 2.0**, and then select **Get New Access Token**. select a collection or folder to save it to, and click Save. You want to make a 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)