Skip to content

Commit e54db09

Browse files
authored
Merge pull request #185046 from Rick-Anderson/patch-13
Fix SEO problem with scenario-web-app-call-api-overview.md
2 parents 343c4a9 + bccdb25 commit e54db09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Build a web app that calls web APIs | Azure
2+
title: Build a web app that authenticates users and calls web APIs | Azure
33
titleSuffix: Microsoft identity platform
4-
description: Learn how to build a web app that calls web APIs (overview)
4+
description: Learn how to build a web app that authenticates users and calls web APIs (overview)
55
services: active-directory
66
author: jmprieur
77
manager: CelesteDG
@@ -13,10 +13,10 @@ ms.workload: identity
1313
ms.date: 07/14/2020
1414
ms.author: jmprieur
1515
ms.custom: aaddev
16-
#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.
16+
#Customer intent: As an application developer, I want to know how to write a web app that authenticates users and calls web APIs by using the Microsoft identity platform.
1717
---
1818

19-
# Scenario: A web app that calls web APIs
19+
# Scenario: A web app that authenticates users and calls web APIs
2020

2121
Learn how to build a web app that signs users in to the Microsoft identity platform, and then calls web APIs on behalf of the signed-in user.
2222

@@ -52,4 +52,4 @@ Development for this scenario involves these specific tasks:
5252
## Next steps
5353

5454
Move on to the next article in this scenario,
55-
[App registration](scenario-web-app-call-api-app-registration.md).
55+
[App registration](scenario-web-app-call-api-app-registration.md).

0 commit comments

Comments
 (0)