-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[CF1] google IdP 401 error #19770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CF1] google IdP 401 error #19770
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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` | ||||||
|
|
||||||
| <Render file="access/error-401" product="cloudflare-one" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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` | ||||||
|
|
||||||
| <Render file="access/error-401" product="cloudflare-one" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And here |
||||||
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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
productargument here, since the partial is part of the same product (cloudflare-one)