From 1f21d1a90bb6c14d3d509c1d2865c04a46aa0e34 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 25 Feb 2022 14:49:31 +0100 Subject: [PATCH] docs: update social sign in keys See https://github.com/ory/kratos/pull/2261 --- .../sign-in-with-github-google-facebook-linkedin.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/kratos/guides/sign-in-with-github-google-facebook-linkedin.mdx b/docs/kratos/guides/sign-in-with-github-google-facebook-linkedin.mdx index 9dcc2de22..b69e99ebf 100644 --- a/docs/kratos/guides/sign-in-with-github-google-facebook-linkedin.mdx +++ b/docs/kratos/guides/sign-in-with-github-google-facebook-linkedin.mdx @@ -559,7 +559,7 @@ selfservice: provider: microsoft client_id: .... # Replace this with the Application ID from the App Registration client_secret: .... # Replace this with the generated Secret value from the App Registration - tenant: .... # Replace this with the Tenant of your choice (see below) + microsoft_tenant: .... # Replace this with the Tenant of your choice (see below) mapper_url: file:///etc/config/kratos/oidc.microsoft.jsonnet scope: - profile @@ -1064,9 +1064,9 @@ selfservice: - id: apple # this is `` in the Authorization callback URL. It should be "apple" provider: apple client_id: .... # Replace this with the Services ID provided by Apple - team_id: .... # Replace this with the Team ID provided by Apple - private_key_id: .... # Replace this with the private key identifier generated by Apple - private_key: | + apple_team_id: .... # Replace this with the Team ID provided by Apple + apple_private_key_id: .... # Replace this with the private key identifier generated by Apple + apple_private_key: | -----BEGIN PRIVATE KEY----- .... # Replace this with the content of the private key downloaded from Apple -----END PRIVATE KEY-----