Skip to content

Commit 0e85484

Browse files
committed
updated aad
1 parent d9492a0 commit 0e85484

9 files changed

+17
-5
lines changed
53.3 KB
Loading
807 Bytes
Loading
13.1 KB
Loading
-54.5 KB
Loading
253 KB
Loading
19.7 KB
Loading
6.01 KB
Loading
17.9 KB
Loading

includes/time-series-insights-aad-registration.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: time-series-insights
88
author: deepakpalled
99
ms.author: dpalled
1010
manager: cshankar
11-
ms.date: 12/06/2019
11+
ms.date: 02/03/2020
1212
---
1313

1414
1. In the [Azure portal](https://ms.portal.azure.com/), select **Azure Active Directory** > **App registrations** > **New registration**.
@@ -29,16 +29,28 @@ ms.date: 12/06/2019
2929

3030
1. The **Authentication** blade specifies important authentication configuration settings.
3131

32+
1. Add **Redirect URIs** and configure **Access Tokens** by selecting **+ Add a platform**.
33+
34+
1. Determine whether the app is a **public client** or not by selecting **Yes** or **No**.
35+
36+
1. Verify which accounts and tenants are supported.
37+
38+
[![Configure Implicit grant](media/time-series-insights-aad-registration/active-directory-auth-blade.png)](media/time-series-insights-aad-registration/active-directory-auth-blade.png#lightbox)
39+
40+
1. After selecting the appropriate platform, configure your **Redirect URIs** and **Access Tokens** in the side panel to the right of the user interface.
41+
3242
1. **Redirect URIs** must match the address supplied by the authentication request:
3343

34-
* For apps hosted in a local development environment, select **Public client (mobile & desktop)**. Make sure to set the **Default client type** to yes.
35-
* For Single-Page apps hosted on Azure App Service, select **Web**.
44+
* For apps hosted in a local development environment, select **Public client (mobile & desktop)**. Make sure to set **public client** to **Yes**.
45+
* For Single-Page Apps hosted on Azure App Service, select **Web**.
46+
47+
1. Determine whether a **Logout URL** is appropriate.
3648

3749
1. Enable the implicit grant flow by checking **Access tokens** or **ID tokens**.
3850

39-
[![Create Redirect URIs and configure Implicit grant](media/time-series-insights-aad-registration/active-directory-auth-blade.png)](media/time-series-insights-aad-registration/active-directory-auth-blade.png#lightbox)
51+
[![Create Redirect URIs](media/time-series-insights-aad-registration/active-directory-auth-redirect-uri.png)](media/time-series-insights-aad-registration/active-directory-auth-redirect-uri.png#lightbox)
4052

41-
Click **Save**.
53+
Click **Configure**, then **Save**.
4254

4355
1. Select **Certificates & secrets** then **New client secret** to create an application password that client can use to prove its identity.
4456

0 commit comments

Comments
 (0)