Skip to content

Commit 5f22973

Browse files
committed
corrected implict grant step
1 parent 85904d9 commit 5f22973

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Configure your Azure Active Directory app to use the OAuth 2.0 implicit grant fl
5757

5858
[![Add a Postman Redirect URI](media/how-to-configure-postman/authentication-redirect-uri.png)](media/how-to-configure-postman/authentication-redirect-uri.png#lightbox)
5959

60+
1. To make sure that [the app is registered as a **public client**](https://docs.microsoft.com/azure/active-directory/develop/scenario-desktop-app-registration), open the **Authentication** pane for your app registration, and scroll down in that pane. In the **Default client type** section, choose **Yes** for **Treat application as a public client**, and hit **Save**.
61+
62+
Check **Access tokens** to enable the **oauth2AllowImplicitFlow** setting in your Manifest.json.
63+
64+
[![Public client configuration setting](../../includes/media/digital-twins-permissions/aad-public-client.png)](../../includes/media/digital-twins-permissions/aad-public-client.png#lightbox)
65+
6066
1. Copy and keep the **Application ID** of your Azure Active Directory app. It's used in the steps that follow.
6167

6268
[![Azure Active Directory application ID](../../includes/media/digital-twins-permissions/aad-app-reg-app-id.png)](../../includes/media//digital-twins-permissions/aad-app-reg-app-id.png#lightbox)

includes/digital-twins-permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828

2929
1. To make sure that [the app is registered as a **public client**](https://docs.microsoft.com/azure/active-directory/develop/scenario-desktop-app-registration), open the **Authentication** pane for your app registration, and scroll down in that pane. In the **Default client type** section, choose **Yes** for **Treat application as a public client**, and hit **Save**.
3030

31+
Check **Access tokens** to enable the **oauth2AllowImplicitFlow** setting in your Manifest.json.
32+
3133
[![Public client configuration setting](./media/digital-twins-permissions/aad-public-client.png)](./media/digital-twins-permissions/aad-public-client.png#lightbox)
3234

3335
1. Open the **Overview** pane of your registered app, and copy the values of the following entities to a temporary file. You'll use these values to configure your sample application in the following sections.
37.9 KB
Loading

0 commit comments

Comments
 (0)