Skip to content

Commit cfd226b

Browse files
authored
Merge branch 'MicrosoftDocs:main' into release-stor-isv
2 parents 7171c5a + 4010124 commit cfd226b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/active-directory/develop/scenario-desktop-acquire-token.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Acquire a token to call a web API (desktop app)
33
description: Learn how to build a desktop app that calls web APIs to acquire a token for the app
44
services: active-directory
5-
author: Dickson-Mwendia
5+
author: OwenRichards1
66
manager: CelesteDG
7-
87
ms.service: active-directory
98
ms.subservice: develop
109
ms.topic: conceptual
1110
ms.workload: identity
12-
ms.date: 08/25/2021
13-
ms.author: dmwendia
14-
ms.custom: aaddev, devx-track-python, has-adal-ref
11+
ms.date: 10/21/2022
12+
ms.author: owenrichards
13+
ms.custom: aaddev, devx-track-python, has-adal-ref, engagement-fy23
14+
1515
#Customer intent: As an application developer, I want to know how to write a desktop app that calls web APIs by using the Microsoft identity platform.
1616
---
1717

@@ -21,7 +21,7 @@ After you've built an instance of the public client application, you'll use it t
2121

2222
## Recommended pattern
2323

24-
The web API is defined by its `scopes`. Whatever the experience you provide in your application, the pattern to use is:
24+
The web API is defined by its *scopes*. Whatever the experience you provide in your application, the pattern to use is:
2525

2626
- Systematically attempt to get a token from the token cache by calling `AcquireTokenSilent`.
2727
- If this call fails, use the `AcquireToken` flow that you want to use, which is represented here by `AcquireTokenXX`.

0 commit comments

Comments
 (0)