Skip to content

Commit b422393

Browse files
committed
Adding metadata to include file
1 parent 009b5ab commit b422393

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

articles/active-directory/develop/includes/web-app-client-credentials.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
118
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:
219

320
- The URL of the downstream web API

0 commit comments

Comments
 (0)