You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/scenario-web-app-call-api-overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
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
3
3
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)
5
5
services: active-directory
6
6
author: jmprieur
7
7
manager: CelesteDG
@@ -13,10 +13,10 @@ ms.workload: identity
13
13
ms.date: 07/14/2020
14
14
ms.author: jmprieur
15
15
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.
17
17
---
18
18
19
-
# Scenario: A web app that calls web APIs
19
+
# Scenario: A web app that authenticates users and calls web APIs
20
20
21
21
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.
22
22
@@ -52,4 +52,4 @@ Development for this scenario involves these specific tasks:
0 commit comments