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
Copy file name to clipboardExpand all lines: articles/active-directory/develop/quickstart-v1-dotnet.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ To enable your app to get tokens, register your app in your Azure AD tenant and
57
57
4. On **App registrations**, choose **New registration**.
58
58
5. Follow the prompts to create a new client application.
59
59
***Name** is the application name and describes your application to end users.
60
+
* Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
60
61
***Redirect URI** is a scheme and string combination that Azure AD uses to return token responses. Enter a value that is specific to your application (for example, `http://DirectorySearcher`) and is based on the previous redirect URI information. Also select **Public client (mobile and desktop)** from the dropdown.
61
62
62
63
6. Once you've completed registration, AAD will assign your app a unique Application ID. You'll need this value in the next sections, so copy it from the application page.
Copy file name to clipboardExpand all lines: articles/active-directory/develop/quickstart-v1-xamarin.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.workload: identity
14
14
ms.tgt_pltfrm: mobile-xamarin
15
15
ms.devlang: dotnet
16
16
ms.topic: quickstart
17
-
ms.date: 09/24/2018
17
+
ms.date: 05/22/2019
18
18
ms.author: ryanwi
19
19
ms.reviewer: jmprieur
20
20
ms.custom: aaddev
@@ -53,14 +53,14 @@ To enable the app to get tokens, you first need to register it in your Azure AD
53
53
1. Sign in to the [Azure portal](https://portal.azure.com).
54
54
2. On the top bar, click your account. Then, under the **Directory** list, select the Active Directory tenant where you want to register the app.
55
55
3. Click **All services** in the left pane, and then select **Azure Active Directory**.
56
-
4. Click **App registrations**, and then select **Add**.
57
-
5. To create a new **Native Client Application**, follow the prompts.
56
+
4. Click **App registrations**, and then select **New registration**.
57
+
5. To create a new client application, follow the prompts.
58
58
***Name** describes the app to users.
59
+
* Under **Supported account types**, select **Accounts in any organizational directory and personal Microsoft accounts**.
59
60
***Redirect URI** is a scheme and string combination that Azure AD uses to return token responses. Enter a value (for example, `http://DirectorySearcher`).
60
61
6. After you’ve completed registration, Azure AD assigns the app a unique application ID. Copy the value from the **Application** tab, because you'll need it later.
61
-
7. On the **Settings** page, select **Required Permissions**, and then select **Add**.
62
-
8. Select **Microsoft Graph** as the API. Under **Delegated Permissions**, add the **Read Directory Data** permission.
63
-
This action enables the app to query the Graph API for users.
62
+
7. From the **API permissions** page, select **Add a permission**. Inside **Select an API** select ***Microsoft Graph***.
63
+
8. Under **Delegated permissions**, select the permission **User.Read**, then hit **Add** to save. This permission sets up your application to query the Azure AD Graph API for users.
0 commit comments