From 9ca0a80d02ef109f8239c5792d6bb9ffaddb3eef Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 27 Sep 2022 17:26:17 +0100 Subject: [PATCH] wip --- docs/integrations/builtin/credentials/google.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/integrations/builtin/credentials/google.md b/docs/integrations/builtin/credentials/google.md index 8ed529a36..2dbe86ad8 100644 --- a/docs/integrations/builtin/credentials/google.md +++ b/docs/integrations/builtin/credentials/google.md @@ -2,8 +2,6 @@ There are two authentication methods available for Google services nodes, [OAuth2](https://developers.google.com/identity/protocols/oauth2){:target=_blank .external-link} and [Service Account](https://cloud.google.com/iam/docs/understanding-service-accounts){:target=_blank .external-link}. Usually, n8n recommends using OAuth. It's more widely available, and easier to set up. Refer to the [Google documentation: Understanding service accounts](https://cloud.google.com/iam/docs/understanding-service-accounts){:target=_blank .external-link} for guidance on when you need service account. -Most nodes are [compatible](#compatible-nodes) with OAuth2 authentication. Support for Service Account authentication is limited. - ## Prerequisites * [Google Cloud](https://cloud.google.com/){:targe=_blank .external-link} account @@ -13,7 +11,7 @@ Most nodes are [compatible](#compatible-nodes) with OAuth2 authentication. Suppo ## Compatible nodes -Once configured, you can use your credentials to authenticate the following nodes: +Once configured, you can use your credentials to authenticate the following nodes. Most nodes are compatible with OAuth2 authentication. Support for Service Account authentication is limited. | Node | OAuth | Service Account | | :--- | :---: | :-------------: |