Skip to content

Commit bce9d23

Browse files
authored
Merge pull request #58083 from jmprieur/master
Adding a deep link to the Windows Desktop Quickstart
2 parents cf15212 + 129e425 commit bce9d23

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/active-directory/develop/quickstart-v2-windows-desktop.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.devlang: na
1414
ms.topic: quickstart
1515
ms.tgt_pltfrm: na
1616
ms.workload: identity
17-
ms.date: 11/01/2018
17+
ms.date: 11/15/2018
1818
ms.author: jmprieur
1919
ms.custom: aaddev
2020
#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
3030

3131
> [!div renderon="docs"]
3232
> ## Register and download your quickstart app
33-
> [!div renderon="docs" class="sxs-lookup"]
3433
> You have two options to start your quickstart application:
3534
> * [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)
3635
> * [Manual] [Option 2: Register and manually configure your application and code sample](#option-2-register-and-manually-configure-your-application-and-code-sample)
3736
>
3837
> ### Option 1: Register and auto configure your app and then download your code sample
3938
>
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).
4140
> 1. Enter a name for your application and select **Register**.
4241
> 1. Follow the instructions to download and automatically configure your new application with just one click.
4342
>
4443
> ### Option 2: Register and manually configure your application and code sample
45-
> [!div renderon="docs"]
44+
>
4645
> #### 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.
4849
> 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.
4950
> 1. In the left-hand navigation pane, select the **Azure Active Directory** service, and then select **App registrations (Preview)** > **New registration**.
5051
> 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
5556
> 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**.
5657
> 1. Select **Save**.
5758
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
6061
> For the code sample for this quickstart to work, you need to add a reply URL as **urn:ietf:wg:oauth:2.0:oob**.
6162
> > [!div renderon="portal" id="makechanges" class="nextstepaction"]
6263
> > [Make this change for me]()

0 commit comments

Comments
 (0)