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).