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.
0 commit comments