Skip to content

Commit 1a20fb6

Browse files
committed
improved step
1 parent 1e8a7c9 commit 1a20fb6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ Through the Postman client, solutions developers can specify the kind of HTTP re
3030

3131
1. Follow the steps in [the Quickstart](quickstart-view-occupancy-dotnet.md#set-permissions-for-your-app) to create and configure an Azure Active Directory application. Alternatively, you can reuse an existing app registration.
3232

33-
1. Add a **Redirect URI** to `https://www.getpostman.com/oauth2/callback`.
34-
3533
[![Configure a new Postman Redirect URI](media/how-to-configure-postman/authentication-redirect-uri.png)](media/how-to-configure-postman/authentication-redirect-uri.png#lightbox)
3634

37-
1. Select the **Implicit grant** > **Access tokens** check box to allow the OAuth 2.0 implicit grant flow to be used.
35+
1. Now, add a **Redirect URI** to `https://www.getpostman.com/oauth2/callback`.
3836

39-
1. Select **Configure**, then **Save**.
37+
1. Select the **Implicit grant** > **Access tokens** check box to allow the OAuth 2.0 implicit grant flow to be used. Select **Configure**, then **Save**.
4038

4139
1. Copy the **Client ID** of your Azure Active Directory app.
4240

includes/digital-twins-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
1. Under **Redirect URI (optional)** section, enter `https://microsoft.com` in the textbox.
2828

29-
1. Verify which accounts and tenants are supported.
29+
1. Verify which accounts and tenants are supported by your Azure Active Directory app.
3030

3131
1. Select **Register**.
3232

@@ -38,7 +38,7 @@
3838

3939
1. Select **Yes** to specify that the app is a **public client**.
4040

41-
1. Verify which accounts and tenants are supported.
41+
1. Verify which accounts and tenants are supported by your Azure Active Directory app.
4242

4343
[![Public client configuration setting](./media/digital-twins-permissions/aad-configure-public-client.png)](./media/digital-twins-permissions/aad-configure-public-client.png#lightbox)
4444

0 commit comments

Comments
 (0)