Skip to content

Commit f7d4d78

Browse files
authored
Merge pull request #190554 from Dickson-Mwendia/desktop-app-quickstarts
[MSID]Update desktop app quickstarts
2 parents 7aa7211 + 6d6d13e commit f7d4d78

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/active-directory/develop/includes/desktop-app/quickstart-uwp.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: include
1111
ms.workload: identity
12-
ms.date: 01/14/2022
12+
ms.date: 03/04/2022
1313
ms.author: jmprieur
1414
ms.custom: aaddev, identityplatformtop40, "scenarios:getting-started", "languages:UWP", mode-api
15-
#Customer intent: As an application developer, I want to learn how my Universal Windows Platform (XAML) application can get an access token and call an API that's protected by the Microsoft identity platform.
15+
#Customer intent: As an application developer, I want to learn how my Universal Windows Platform (UWP) application can get an access token and call an API that's protected by the Microsoft identity platform.
1616
---
1717

1818
In this quickstart, you download and run a code sample that demonstrates how a Universal Windows Platform (UWP) application can sign in users and get an access token to call the Microsoft Graph API.
@@ -22,7 +22,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2222
## Prerequisites
2323

2424
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
25-
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)
25+
* [Visual Studio](https://visualstudio.microsoft.com/vs/)
2626

2727
## Register and download your quickstart app
2828

@@ -53,13 +53,13 @@ To register your application and add the app's registration information to your
5353
1. Under **Redirect URIs**, select `https://login.microsoftonline.com/common/oauth2/nativeclient`.
5454
1. Select **Configure**.
5555

56-
#### Step 2: Download the Visual Studio project
56+
#### Step 2: Download the project
5757

58-
[Download the Visual Studio project](https://github.com/Azure-Samples/active-directory-dotnet-native-uwp-v2/archive/msal3x.zip)
58+
[Download the UWP sample application](https://github.com/Azure-Samples/active-directory-dotnet-native-uwp-v2/archive/msal3x.zip)
5959

6060
[!INCLUDE [active-directory-develop-path-length-tip](../../../../../includes/active-directory-develop-path-length-tip.md)]
6161

62-
#### Step 3: Configure the Visual Studio project
62+
#### Step 3: Configure the project
6363

6464
1. Extract the .zip archive to a local folder close to the root of your drive. For example, into **C:\Azure-Samples**.
6565
1. Open the project in Visual Studio. Install the **Universal Windows Platform development** workload and any individual SDK components if prompted.

articles/active-directory/develop/includes/desktop-app/quickstart-windows-desktop.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: develop
99
ms.topic: include
1010
ms.workload: identity
11-
ms.date: 01/14/2022
11+
ms.date: 03/04/2022
1212
ms.author: jmprieur
1313
ms.custom: aaddev, identityplatformtop40, mode-api
1414
#Customer intent: As an application developer, I want to learn how my Windows Presentation Foundation (WPF) application can get an access token and call an API that's protected by the Microsoft identity platform.
@@ -22,7 +22,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
2222

2323
## Prerequisites
2424

25-
* [Visual Studio 2019](https://visualstudio.microsoft.com/vs/) with the [Universal Windows Platform development](/windows/uwp/get-started/get-set-up) workload installed
25+
* [Visual Studio](https://visualstudio.microsoft.com/vs/) with the [Universal Windows Platform development](/windows/uwp/get-started/get-set-up) workload installed
2626

2727
## Register and download your quickstart app
2828
You have two options to start your quickstart application:
@@ -52,13 +52,13 @@ To register your application and add the app's registration information to your
5252
1. In the **Redirect URIs** section, select `https://login.microsoftonline.com/common/oauth2/nativeclient` and in **Custom redirect URIs** add `ms-appx-web://microsoft.aad.brokerplugin/{client_id}` where `{client_id}` is the application (client) ID of your application (the same GUID that appears in the `msal{client_id}://auth` checkbox).
5353
1. Select **Configure**.
5454

55-
#### Step 2: Download your Visual Studio project
55+
#### Step 2: Download the project
5656

57-
[Download the Visual Studio project](https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2/archive/msal3x.zip)
57+
[Download the WPF sample application](https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2/archive/msal3x.zip)
5858

5959
[!INCLUDE [active-directory-develop-path-length-tip](../../../../../includes/active-directory-develop-path-length-tip.md)]
6060

61-
#### Step 3: Configure your Visual Studio project
61+
#### Step 3: Configure the project
6262
1. Extract the zip file to a local folder close to the root of the disk, for example, **C:\Azure-Samples**.
6363
1. Open the project in Visual Studio.
6464
1. Edit **App.Xaml.cs** and replace the values of the fields `ClientId` and `Tenant` with the following code:

0 commit comments

Comments
 (0)