diff --git a/src/content/docs/cloudflare-one/faq/troubleshooting.mdx b/src/content/docs/cloudflare-one/faq/troubleshooting.mdx
index 75e689a7aaf895..96d9ffa8d8ff50 100644
--- a/src/content/docs/cloudflare-one/faq/troubleshooting.mdx
+++ b/src/content/docs/cloudflare-one/faq/troubleshooting.mdx
@@ -7,7 +7,7 @@ head: []
description: Review common troubleshooting scenarios for Cloudflare Zero Trust.
---
-import { GlossaryTooltip } from "~/components";
+import { GlossaryTooltip, Render } from "~/components";
[❮ Back to FAQ](/cloudflare-one/faq/)
@@ -263,3 +263,7 @@ If the new certificate is not activating on the end-user device or you are getti
If no measure is working quickly and you are encountering browser warnings that are blocking work, [turning off TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/#turn-on-tls-decryption) will prevent HTTP policies from being enforced and will ensure websites resolve until the certificate can be deployed to more user devices.
Turning off TLS decryption should be a temporary measure. TLS decryption should be turned on if you need to enforce HTTP policies and log traffic for HTTPS traffic.
+
+## I am getting an `Error 401: deleted_client - The OAuth Client was deleted` authorization error.
+
+
diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/google.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/google.mdx
index 07df2251151b12..95e1797c4e241f 100644
--- a/src/content/docs/cloudflare-one/identity/idp-integration/google.mdx
+++ b/src/content/docs/cloudflare-one/identity/idp-integration/google.mdx
@@ -3,6 +3,8 @@ pcx_content_type: how-to
title: Google
---
+import { GlossaryTooltip, Render } from "~/components";
+
You can integrate Google authentication with Cloudflare Access without a Google Workspace account. The integration allows any user with a Google account to log in (if the [Access policy](/cloudflare-one/policies/access/) allows them to reach the resource). Unlike the instructions for [Google Workspace](/cloudflare-one/identity/idp-integration/gsuite/), the steps below will not allow you to pull group membership information from a Google Workspace account.
You do not need to be a Google Cloud Platform user to integrate Google Suite as an identity provider with Cloudflare Zero Trust. You will only need to open the Google Cloud Platform to configure IdP integration settings.
@@ -70,3 +72,9 @@ To test that your connection is working, go to **Authentication** > **Login meth
"name": "my example idp"
}
```
+
+## Troubleshooting
+
+### `Error 401: deleted_client`
+
+
diff --git a/src/content/docs/cloudflare-one/identity/idp-integration/gsuite.mdx b/src/content/docs/cloudflare-one/identity/idp-integration/gsuite.mdx
index f265a3bfd456ff..b4b6a7488a1224 100644
--- a/src/content/docs/cloudflare-one/identity/idp-integration/gsuite.mdx
+++ b/src/content/docs/cloudflare-one/identity/idp-integration/gsuite.mdx
@@ -3,6 +3,8 @@ pcx_content_type: how-to
title: Google Workspace
---
+import { GlossaryTooltip, Render } from "~/components";
+
:::note
The Google Workspace IdP integration is not supported if your Google Workspace account is protected by Access.
@@ -99,3 +101,9 @@ To test that your connection is working, go to **Authentication** > **Login meth
"name": "my example idp"
}
```
+
+## Troubleshooting
+
+### `Error 401: deleted_client`
+
+
diff --git a/src/content/partials/cloudflare-one/access/error-401.mdx b/src/content/partials/cloudflare-one/access/error-401.mdx
new file mode 100644
index 00000000000000..ffb4959a50c55b
--- /dev/null
+++ b/src/content/partials/cloudflare-one/access/error-401.mdx
@@ -0,0 +1,7 @@
+---
+{}
+---
+
+If you deleted the OAuth client (or the OAuth client expired) in Google, you will receive a `Error 401: deleted_client` authorization error.
+
+To fix this issue, complete steps 6 through 12 in the [Google](/cloudflare-one/identity/idp-integration/google/#set-up-google-as-an-identity-provider) guide and steps 9 through 15 in the [Google Workspace](/cloudflare-one/identity/idp-integration/google/#set-up-google-as-an-identity-provider) guide.