From 8f3326d04c561932f5fbb639765a857f25d0c146 Mon Sep 17 00:00:00 2001 From: Ramkumar K Date: Thu, 15 Jun 2023 16:57:34 +0530 Subject: [PATCH] 6689-Add section for Private Key JWT client authentication in OIDC client docs -7 Add section for Private Key JWT client authentication in OIDC client docs -7 #6689 --- modules/reference/pages/feature/socialLogin/examples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/feature/socialLogin/examples.adoc b/modules/reference/pages/feature/socialLogin/examples.adoc index 6910fbce8f..919a119323 100644 --- a/modules/reference/pages/feature/socialLogin/examples.adoc +++ b/modules/reference/pages/feature/socialLogin/examples.adoc @@ -147,7 +147,7 @@ The following example configures Instagram as the social media provider. [#privatekeyjwt] === Use Private Key JWT for client authentication -OpenID Connect clients that are configured by using the `oidcLogin` element in the Social Media Login feature support the `private_key_jwt` client authentication method with OpenID Connect token endpoints. The process for enabling this support in the Social Media Login feature is identical to the xref:reference:feature/openidConnectClient/examples.adoc#privatekey[display=OpenID Connect Client 1.0] feature. +OpenID Connect clients that are configured by using the `oidcLogin` element in the Social Media Login feature support the `private_key_jwt` client authentication method with OpenID Connect token endpoints. The process for enabling this support in the Social Media Login feature is identical to the xref:reference:feature/openidConnectClient/examples.adoc#privatekey[OpenID Connect Client 1.0] feature. The following example shows how to use a private key JWT for client authentication.