Skip to content

Commit 1065743

Browse files
committed
Merge branch 'amshenou/identityproviders-custompidc' of https://github.com/microsoftgraph/microsoft-graph-docs into amshenou/identityproviders-custompidc
2 parents d252723 + 6d68e81 commit 1065743

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "oidcPrivateJwtKeyClientAuthentication resource type"
3+
description: "Private JWT key client authentication for OpenID Connect identity providers."
4+
author: "brozbab"
5+
ms.localizationpriority: medium
6+
ms.subservice: "entra-sign-in"
7+
doc_type: resourcePageType
8+
ms.date: 11/19/2024
9+
---
10+
11+
# oidcPrivateJwtKeyClientAuthentication resource type
12+
13+
Namespace: microsoft.graph
14+
15+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16+
17+
**TODO: Add Description**
18+
19+
Inherits from [oidcClientAuthentication](../resources/oidcclientauthentication.md).
20+
21+
## Properties
22+
|Property|Type|Description|
23+
|:---|:---|:---|
24+
25+
## Relationships
26+
None.
27+
28+
## JSON representation
29+
The following JSON representation shows the resource type.
30+
<!-- {
31+
"blockType": "resource",
32+
"@odata.type": "microsoft.graph.oidcPrivateJwtKeyClientAuthentication"
33+
}
34+
-->
35+
``` json
36+
{
37+
"@odata.type": "#microsoft.graph.oidcPrivateJwtKeyClientAuthentication"
38+
}
39+
```
40+

0 commit comments

Comments
 (0)