Skip to content

Commit 3819f92

Browse files
[msid][content-health] adding clarity and content freshness
1 parent e6c255b commit 3819f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/scenario-web-app-call-api-acquire-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: active-directory
1010
ms.subservice: develop
1111
ms.topic: conceptual
1212
ms.workload: identity
13-
ms.date: 09/25/2020
13+
ms.date: 05/06/2022
1414
ms.author: jmprieur
1515
ms.custom: aaddev
1616
#Customer intent: As an application developer, I want to know how to write a web app that calls web APIs by using the Microsoft identity platform.
@@ -20,7 +20,7 @@ ms.custom: aaddev
2020

2121
You've built your client application object. Now, you'll use it to acquire a token to call a web API. In ASP.NET or ASP.NET Core, calling a web API is done in the controller:
2222

23-
- Get a token for the web API by using the token cache. To get this token, you call the MSAL `AcquireTokenSilent` method (or the equivalent in Microsoft.Identity.Web).
23+
- Get a token for the web API by using the token cache. To get this token, you call the Microsoft Authentication Library (MSAL) `AcquireTokenSilent` method (or the equivalent in Microsoft.Identity.Web).
2424
- Call the protected API, passing the access token to it as a parameter.
2525

2626
# [ASP.NET Core](#tab/aspnetcore)

0 commit comments

Comments
 (0)