diff --git a/src/content/changelog/fundamentals/2025-06-02-user-groups-beta.mdx b/src/content/changelog/fundamentals/2025-06-02-user-groups-beta.mdx index b2540913e2a88d..565fb4a6c6a2bf 100644 --- a/src/content/changelog/fundamentals/2025-06-02-user-groups-beta.mdx +++ b/src/content/changelog/fundamentals/2025-06-02-user-groups-beta.mdx @@ -12,7 +12,7 @@ We've also visually overhauled the **Permission Policies UI** to make defining p **What's New** -**User Groups [BETA]**: [User Groups](/fundamentals/manage-members/user-groups/) are a new Cloudflare IAM primitive that enable administrators to create collections of account members that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group inheriting all permissions granted to the User Group. User Groups can be created manually, via our APIs, or Terraform. +**User Groups [BETA]**: [User Groups](/fundamentals/manage-members/user-groups/) are a new Cloudflare IAM primitive that enable administrators to create collections of account members that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group inheriting all permissions granted to the User Group. User Groups can be created manually or via our APIs. **SCIM User Groups [BETA]**: Centralize & simplify your user and group management at scale by syncing memberships directly from your upstream identity provider (like Okta or Entra ID) to the Cloudflare Platform. This ensures Cloudflare stays in sync with your identity provider, letting you apply Permission Policies to those synced groups directly within the Cloudflare Dashboard. diff --git a/src/content/changelog/fundamentals/2025-06-23-user-groups-ga.mdx b/src/content/changelog/fundamentals/2025-06-23-user-groups-ga.mdx new file mode 100644 index 00000000000000..a5377b7e567f22 --- /dev/null +++ b/src/content/changelog/fundamentals/2025-06-23-user-groups-ga.mdx @@ -0,0 +1,27 @@ +--- +title: Cloudflare User Groups & SCIM User Groups are now in GA +description: Simplifying the management of users, groups, and permissions within Cloudflare. +products: + - fundamentals +date: 2025-06-23 +--- + +We're announcing the GA of **User Groups for Cloudflare Dashboard** and **System for Cross Domain Identity Management (SCIM) User Groups**, strengthening our RBAC capabilities with stable, production-ready primitives for managing access at scale. + +**What's New** + +**User Groups [GA]**: [User Groups](/fundamentals/manage-members/user-groups/) are a new Cloudflare IAM primitive that enable administrators to create collections of account members that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group inheriting all permissions granted to the User Group. User Groups can be created manually or via our APIs. + +**SCIM User Groups [GA]**: Centralize & simplify your user and group management at scale by syncing memberships directly from your upstream identity provider (like Okta or Entra ID) to the Cloudflare Platform. This ensures Cloudflare stays in sync with your identity provider, letting you apply Permission Policies to those synced groups directly within the Cloudflare Dashboard. + +**Stability & Scale**: +These features have undergone extensive testing during the Public Beta period and are now ready for production use across enterprises of all sizes. + +:::note +SCIM Virtual Groups (identified by the pattern `CF--` in your IdP) are now officially deprecated as of June 2, 2025. SCIM Virtual Groups end-of-life will take effect on December 2, 2025. We strongly recommend migrating to SCIM User Groups to ensure continued support for SCIM synchronization to the Cloudflare Dashboard. If you haven’t used Virtual Groups, no action is required. +::: + +For more info: + +- [Get started with User Groups](/fundamentals/manage-members/user-groups/) +- [Explore our SCIM integration guide](/fundamentals/account/account-security/scim-setup/)