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/includes/web-app-client-credentials.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
---
2
+
title: Client credentials for web apps and web APIs calling downstream APIs
3
+
description: Include file with a common configuration in web apps and web APIs calling downstream web APIs (ASP.NET Core and ASP.NET OWIN).
4
+
services: active-directory
5
+
author: jmprieur
6
+
manager: CelesteDG
7
+
8
+
ms.service: active-directory
9
+
ms.subservice: develop
10
+
ms.workload: identity
11
+
ms.topic: include
12
+
ms.date: 05/08/2023
13
+
ms.author: jmprieur
14
+
ms.reviewer: jmprieur
15
+
ms.custom: aaddev
16
+
---
17
+
1
18
Given that your web app now calls a downstream web API, provide a client secret or client certificate in the *appsettings.json* file. You can also add a section that specifies:
0 commit comments