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-v2-windows-desktop.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.devlang: na
14
14
ms.topic: quickstart
15
15
ms.tgt_pltfrm: na
16
16
ms.workload: identity
17
-
ms.date: 11/01/2018
17
+
ms.date: 11/15/2018
18
18
ms.author: jmprieur
19
19
ms.custom: aaddev
20
20
#Customer intent: As an application developer, I want to learn how my Windows desktop .NET application can get an access token and call an API that's protected by an Azure AD v2.0 endpoint.
@@ -30,21 +30,22 @@ In this quickstart, you'll learn how to write a Windows desktop .NET (WPF) appli
30
30
31
31
> [!div renderon="docs"]
32
32
> ## Register and download your quickstart app
33
-
> [!div renderon="docs" class="sxs-lookup"]
34
33
> You have two options to start your quickstart application:
35
34
> *[Express][Option 1: Register and auto configure your app and then download your code sample](#option-1-register-and-auto-configure-your-app-and-then-download-your-code-sample)
36
35
> *[Manual][Option 2: Register and manually configure your application and code sample](#option-2-register-and-manually-configure-your-application-and-code-sample)
37
36
>
38
37
> ### Option 1: Register and auto configure your app and then download your code sample
39
38
>
40
-
> 1. Go to the [Azure portal - Application Registration](https://portal.azure.com/?Microsoft_AAD_RegisteredApps=true#blade/Microsoft_AAD_RegisteredApps)
39
+
> 1. Go to the [Azure portal - Application Registration (Preview)](https://portal.azure.com/?Microsoft_AAD_RegisteredApps=true#blade/Microsoft_AAD_RegisteredApps/applicationsListBlade/quickStartType/WinDesktopQuickstartPage/sourceType/docs).
41
40
> 1. Enter a name for your application and select **Register**.
42
41
> 1. Follow the instructions to download and automatically configure your new application with just one click.
43
42
>
44
43
> ### Option 2: Register and manually configure your application and code sample
45
-
>[!div renderon="docs"]
44
+
>
46
45
> #### Step 1: Register your application
47
-
> 1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account, or a personal Microsoft account.
46
+
> To register your application and add the app's registration information to your solution manually, follow these steps:
47
+
>
48
+
> 1. Sign in to the [Azure portal](https://portal.azure.com) using either a work or school account or a personal Microsoft account.
48
49
> 1. If your account gives you access to more than one tenant, select your account in the top right corner, and set your portal session to the desired Azure AD tenant.
49
50
> 1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations (Preview)** > **New registration**.
50
51
> 1. When the **Register an application** page appears, enter your application's registration information:
@@ -55,8 +56,8 @@ In this quickstart, you'll learn how to write a Windows desktop .NET (WPF) appli
55
56
> 1. In the **Redirect URIs** section, locate the **Suggested Redirect URIs for public clients (mobile, desktop)** section, and select **"urn:ietf:wg:oauth:2.0:oob**.
56
57
> 1. Select **Save**.
57
58
58
-
> [!div renderon="portal" class="sxs-lookup"]
59
-
> #### Step 1: Configure your application
59
+
> [!div class="sxs-lookup" renderon="portal"]
60
+
> #### Step 1: Configure your application in Azure portal
60
61
> For the code sample for this quickstart to work, you need to add a reply URL as **urn:ietf:wg:oauth:2.0:oob**.
0 commit comments