Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ You do not need to be a Google Cloud Platform user to integrate Google Workspace

## Set up Google Workspace as an identity provider

<Render file="access/google-workspace-scim" product= "cloudflare-one" />

### 1. Configure Google Workspace

1. Log in to the Google Cloud Platform [console](https://console.cloud.google.com/). This is separate from your Google Workspace console.
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/cloudflare-one/identity/users/scim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Users provisioned via the [Zero Trust SCIM integration](#sync-users-and-groups-i

## Supported identity providers

Cloudflare Access supports SCIM provisioning for all SAML and OIDC identity providers that use SCIM version 2.0.
Cloudflare Access supports SCIM provisioning for all SAML and OIDC identity providers that use SCIM version `2.0`.

<Render file="access/google-workspace-scim" product= "cloudflare-one" />

## Sync users and groups in Zero Trust policies

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
{}
---

:::caution[SCIM Provisioning (Beta)]
The direct SCIM provisioning integration with Google Workspace is currently in beta and not yet fully functional. Cloudflare is working with Google to complete the final approval process required to enable this feature. While the toggle may be visible in the Zero Trust dashboard, automated user and group provisioning will not work until this enablement process is complete.
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
The direct SCIM provisioning integration with Google Workspace is currently in beta and not yet fully functional. Cloudflare is working with Google to complete the final approval process required to enable this feature. While the toggle may be visible in the Zero Trust dashboard, automated user and group provisioning will not work until this enablement process is complete.
The direct SCIM provisioning integration with Google Workspace is not currently supported. Cloudflare is working with Google to complete the final approval process required to enable this feature. In the meantime, the SCIM endpoint will accept inbound SCIM events from any SCIM compliant service.

Copy link
Contributor

Choose a reason for hiding this comment

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

from Kenny's comment in the old draft: b54b7c5

:::