diff --git a/modules/reference/pages/feature/socialLogin/examples.adoc b/modules/reference/pages/feature/socialLogin/examples.adoc index 49010018f6..6910fbce8f 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 feature:openidConnectClient#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[display=OpenID Connect Client 1.0] feature. The following example shows how to use a private key JWT for client authentication.