-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Update reference to include migration guide for scim virtual groups #25437
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
base: production
Are you sure you want to change the base?
Conversation
Cloudflare's first iteration of [SCIM integration](/scim/) introduced a concept called *Virtual Groups*, typically identified by the pattern `CF-<accountID>-<Role Name>` in your IdP. Virtual Groups were an early implementation of group-based access control: they acted as placeholders created automatically by SCIM to map IdP groups to account memberships. | ||
|
||
While customers could add or remove members from these groups within their IdP, Virtual Groups had important limitations: | ||
- They could not be renamed or deleted in the IdP |
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.
- They could not be renamed or deleted in the IdP | |
- They could not be renamed or deleted in the IdP. |
|
||
While customers could add or remove members from these groups within their IdP, Virtual Groups had important limitations: | ||
- They could not be renamed or deleted in the IdP | ||
- They could not be managed within Cloudflare |
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.
- They could not be managed within Cloudflare | |
- They could not be managed within Cloudflare. |
While customers could add or remove members from these groups within their IdP, Virtual Groups had important limitations: | ||
- They could not be renamed or deleted in the IdP | ||
- They could not be managed within Cloudflare | ||
- Functionally, managing a Virtual Group was equivalent to syncing users and editing each member’s policies individually |
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.
- Functionally, managing a Virtual Group was equivalent to syncing users and editing each member’s policies individually | |
- Functionally, managing a Virtual Group was equivalent to syncing users and editing each member’s policies individually. |
- They could not be managed within Cloudflare | ||
- Functionally, managing a Virtual Group was equivalent to syncing users and editing each member’s policies individually | ||
|
||
With the GA of [User Groups](https://developers.cloudflare.com/changelog/2025-06-23-user-groups-ga/), Virtual Groups are now deprecated. Customers should migrate to User Groups, which provide a more flexible and scalable way to assign and manage policies. To maintain SCIM synchronization with the Cloudflare Dashboard, we strongly recommend migrating to **SCIM User Groups**. |
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.
With the GA of [User Groups](https://developers.cloudflare.com/changelog/2025-06-23-user-groups-ga/), Virtual Groups are now deprecated. Customers should migrate to User Groups, which provide a more flexible and scalable way to assign and manage policies. To maintain SCIM synchronization with the Cloudflare Dashboard, we strongly recommend migrating to **SCIM User Groups**. | |
With the GA of [User Groups](https://developers.cloudflare.com/changelog/2025-06-23-user-groups-ga/), Virtual Groups are now deprecated. Customers should migrate to [User Groups](/fundamentals/manage-members/user-groups/), which provide a more flexible and scalable way to assign and manage policies. To maintain SCIM synchronization with the Cloudflare Dashboard, we strongly recommend migrating to **SCIM User Groups**. |
|
||
## Migration steps | ||
|
||
1. **Create a new SCIM integration** in your IdP using an [Account Owned Token](/scim/authentication/) provisioned in Cloudflare |
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.
1. **Create a new SCIM integration** in your IdP using an [Account Owned Token](/scim/authentication/) provisioned in Cloudflare | |
1. **Create a new SCIM integration** in your IdP using an [Account Owned Token](/scim/authentication/) provisioned in Cloudflare. |
3. **Sync groups to Cloudflare** and verify they appear in the **User Groups** pane of the Cloudflare Dashboard | ||
4. **Attach permission policies** to the new User Groups so members inherit the correct access upon assignment to the group | ||
5. **Migrate users** into the new groups incrementally, testing synchronization of users & groups into the Cloudflare Dashboard | ||
6. **Clean up legacy resources** by removing SCIM v1 Virtual Groups and IdP mappings that follow the `CF-<accountID>-<Role Name>` pattern |
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.
6. **Clean up legacy resources** by removing SCIM v1 Virtual Groups and IdP mappings that follow the `CF-<accountID>-<Role Name>` pattern | |
6. **Clean up legacy resources** by removing SCIM v1 Virtual Groups and IdP mappings that follow the `CF-<accountID>-<Role Name>` pattern. |
|
||
## More resources | ||
|
||
* [User Groups changelog](https://developers.cloudflare.com/changelog/2025-06-02-user-groups-beta/) |
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.
* [User Groups changelog](https://developers.cloudflare.com/changelog/2025-06-02-user-groups-beta/) | |
* [User Groups changelog](/changelog/2025-06-02-user-groups-beta/) |
## More resources | ||
|
||
* [User Groups changelog](https://developers.cloudflare.com/changelog/2025-06-02-user-groups-beta/) | ||
* [User Groups documentation](https://developers.cloudflare.com/fundamentals/manage-members/user-groups/) |
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.
* [User Groups documentation](https://developers.cloudflare.com/fundamentals/manage-members/user-groups/) | |
* [User Groups documentation](/fundamentals/manage-members/user-groups/) |
|
||
* [User Groups changelog](https://developers.cloudflare.com/changelog/2025-06-02-user-groups-beta/) | ||
* [User Groups documentation](https://developers.cloudflare.com/fundamentals/manage-members/user-groups/) | ||
* [Create an Account Owned Token](https://developers.cloudflare.com/fundamentals/api/get-started/account-owned-tokens/#create-an-account-owned-token) |
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.
* [Create an Account Owned Token](https://developers.cloudflare.com/fundamentals/api/get-started/account-owned-tokens/#create-an-account-owned-token) | |
* [Create an Account Owned Token](/fundamentals/api/get-started/account-owned-tokens/#create-an-account-owned-token) |
* [User Groups changelog](https://developers.cloudflare.com/changelog/2025-06-02-user-groups-beta/) | ||
* [User Groups documentation](https://developers.cloudflare.com/fundamentals/manage-members/user-groups/) | ||
* [Create an Account Owned Token](https://developers.cloudflare.com/fundamentals/api/get-started/account-owned-tokens/#create-an-account-owned-token) | ||
* [SCIM provisioning setup guide](https://developers.cloudflare.com/fundamentals/account/account-security/scim-setup/) |
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.
* [SCIM provisioning setup guide](https://developers.cloudflare.com/fundamentals/account/account-security/scim-setup/) | |
* [SCIM provisioning setup guide](/fundamentals/account/account-security/scim-setup/) |
Summary
Migration guide for customers who want to migrate from our old SCIM implementation using Virtual Groups
Documentation checklist