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
1. Configure a second **Redirect URI** to `https://www.getpostman.com/oauth2/callback`.
56
57
57
-
1. Select **Manifest** to open the application manifest for your app. Set *oauth2AllowImplicitFlow* to `true`.
58
-
59
-
[](media/how-to-configure-postman/implicit-flow.png#lightbox)
60
-
61
-
1. Configure a **Reply URL** to `https://www.getpostman.com/oauth2/callback`.
62
-
63
-
[](media/how-to-configure-postman/reply-url.png#lightbox)
58
+
[](media/how-to-configure-postman/authentication-redirect-uri.png#lightbox)
64
59
65
60
1. Copy and keep the **Application ID** of your Azure Active Directory app. It's used in the steps that follow.
66
61
@@ -101,24 +96,20 @@ Set up and configure Postman to obtain an Azure Active Directory token. Afterwar
@@ -128,7 +119,7 @@ After completing the previous steps, configure Postman to make an authenticated
128
119
> * You do not need to specify those headers for each part.
129
120
> * You must select `multipart/mixed` or another appropriate **Content-Type** for the entire request.
130
121
131
-
1. Lastly, select **Send** to submit your multipart HTTP POST request.
122
+
1. Lastly, select **Send** to submit your multipart HTTP POST request. A status code of `200` or `201` indicates a successful request. You will also see the appropriate response message.
Copy file name to clipboardExpand all lines: includes/digital-twins-familiarity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
manager: bertvanhoof
8
8
ms.service: digital-twins
9
9
ms.topic: include
10
-
ms.date: 10/02/2019
10
+
ms.date: 11/13/2019
11
11
ms.custom: include file
12
12
---
13
13
14
-
This article assumes some familiarity authenticating with your Azure Digital Twins Management APIs.
14
+
This article assumes some familiarity with authenticating to your Azure Digital Twins Management APIs.
15
15
16
16
* To learn more about authenticating with your Management APIs, see [Authenticating with Azure Digital Twins APIs](../articles/digital-twins/security-authenticating-apis.md).
17
17
* To authenticate with your Management APIs using the Postman REST client, read [How to configure Postman](../articles/digital-twins/how-to-configure-postman.md).
0 commit comments