Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/docs/cloudflare-one/faq/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down Expand Up @@ -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.

<Render file="access/error-401" product="cloudflare-one" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Render file="access/error-401" product="cloudflare-one" />
<Render file="access/error-401" />

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't need the product argument here, since the partial is part of the same product (cloudflare-one)

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`

<Render file="access/error-401" product="cloudflare-one" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Render file="access/error-401" product="cloudflare-one" />
<Render file="access/error-401" />

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment here

Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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`

<Render file="access/error-401" product="cloudflare-one" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<Render file="access/error-401" product="cloudflare-one" />
<Render file="access/error-401" />

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

7 changes: 7 additions & 0 deletions src/content/partials/cloudflare-one/access/error-401.mdx
Original file line number Diff line number Diff line change
@@ -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.