From 29bcfda21a63fc8391818765fca9123aada28c7f Mon Sep 17 00:00:00 2001 From: Kevin Today <1142185+mieubrisse@users.noreply.github.com> Date: Wed, 13 Aug 2025 09:01:55 -0300 Subject: [PATCH] Update instructions for bypassing "unverified app" with Google OAuth (#3327) Co-authored-by: Deborah Barnard --- .../builtin/credentials/google/unverified-app.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_snippets/integrations/builtin/credentials/google/unverified-app.md b/_snippets/integrations/builtin/credentials/google/unverified-app.md index e58e84cd5..4f37e4fe2 100644 --- a/_snippets/integrations/builtin/credentials/google/unverified-app.md +++ b/_snippets/integrations/builtin/credentials/google/unverified-app.md @@ -1,3 +1,6 @@ -If using the OAuth authentication method, you might see the warning **Google hasn't verified this app**. To avoid this, you can create OAuth credentials from the same account you want to authenticate. +If using the OAuth authentication method, you might see the warning **Google hasn't verified this app**. To avoid this: + +- If your app **User Type** is **Internal**, create OAuth credentials from the same account you want to authenticate. +- If your app **User Type** is **External**, you can add your email to the list of testers for the app: go to the [**Audience** ](https://console.cloud.google.com/auth/audience) page and add the email you're signing in with to the list of **Test users**. If you need to use credentials generated by another account (by a developer or another third party), follow the instructions in [Google Cloud documentation | Authorization errors: Google hasn't verified this app](https://developers.google.com/nest/device-access/reference/errors/authorization#google_hasnt_verified_this_app).