Skip to content

Commit ab97748

Browse files
final edits (#19770)
1 parent 385342c commit ab97748

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

src/content/docs/cloudflare-one/faq/troubleshooting.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head: []
77
description: Review common troubleshooting scenarios for Cloudflare Zero Trust.
88
---
99

10-
import { GlossaryTooltip } from "~/components";
10+
import { GlossaryTooltip, Render } from "~/components";
1111

1212
[❮ Back to FAQ](/cloudflare-one/faq/)
1313

@@ -263,3 +263,7 @@ If the new certificate is not activating on the end-user device or you are getti
263263
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.
264264

265265
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.
266+
267+
## I am getting an `Error 401: deleted_client - The OAuth Client was deleted` authorization error.
268+
269+
<Render file="access/error-401" product="cloudflare-one" />

src/content/docs/cloudflare-one/identity/idp-integration/google.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pcx_content_type: how-to
33
title: Google
44
---
55

6+
import { GlossaryTooltip, Render } from "~/components";
7+
68
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.
79

810
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
7072
"name": "my example idp"
7173
}
7274
```
75+
76+
## Troubleshooting
77+
78+
### `Error 401: deleted_client`
79+
80+
<Render file="access/error-401" product="cloudflare-one" />

src/content/docs/cloudflare-one/identity/idp-integration/gsuite.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pcx_content_type: how-to
33
title: Google Workspace
44
---
55

6+
import { GlossaryTooltip, Render } from "~/components";
7+
68
:::note
79

810
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
99101
"name": "my example idp"
100102
}
101103
```
104+
105+
## Troubleshooting
106+
107+
### `Error 401: deleted_client`
108+
109+
<Render file="access/error-401" product="cloudflare-one" />
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
{}
3+
---
4+
5+
If you deleted the OAuth client (or the OAuth client expired) in Google, you will receive a `Error 401: deleted_client` authorization error.
6+
7+
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.

0 commit comments

Comments
 (0)