Skip to content

Commit b23f160

Browse files
committed
auth method files updated
1 parent 1065743 commit b23f160

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

api-reference/beta/resources/oidcclientsecretauthentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inherits from [oidcClientAuthentication](../resources/oidcclientauthentication.m
2222

2323
|Property|Type|Description|
2424
|:---|:---|:---|
25-
|clientSecret|String|The client secret obtained from configuring the client application on the external OpenID Connect identity provider. The property includes the client secret and enables the identity provider to use either the `client_secret_post` or `client_secret_jwt` authentication method. |
25+
|clientSecret|String|The client secret obtained from configuring the client application on the external OpenID Connect identity provider. The property includes the client secret and enables the identity provider to use either the `client_secret_post` authentication method. |
2626

2727
### Where to get the client identifier and secret
2828

api-reference/beta/resources/oidcprivatejwtkeyclientauthentication.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,23 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
**TODO: Add Description**
17+
Represents client authentication information in an **oidcIdentityProvider** provider object where the client secret is used to authenticate the client application with the external OpenID Connect identity provider. The empty object is used to set the authentication method as `client_secret_jwt`.
1818

1919
Inherits from [oidcClientAuthentication](../resources/oidcclientauthentication.md).
2020

2121
## Properties
22+
2223
|Property|Type|Description|
2324
|:---|:---|:---|
2425

26+
27+
### Where to get the client identifier and secret
28+
29+
Each identity provider has a process for creating an app registration. For example, users create an app registration with Facebook at [developers.facebook.com](https://developers.facebook.com/). The resulting client identifier and client secret can be passed to [create identityProvider](../api/identitycontainer-post-identityproviders.md). Then, each user object in the directory can be federated to any of the tenant's identity providers for authentication. This enables the user to sign in by entering credentials on the identity provider's sign-in page. The token from the identity provider is validated by Microsoft Entra ID before the tenant issues a token to the application.
30+
2531
## Relationships
26-
None.
2732

33+
None.
2834
## JSON representation
2935
The following JSON representation shows the resource type.
3036
<!-- {

0 commit comments

Comments
 (0)