Skip to content

Commit 89d494b

Browse files
committed
Updated note and other feedback
1 parent a3f3642 commit 89d494b

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

public/__redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@
711711
/fundamentals/setup/account/customize-account/appearance/ /fundamentals/account/customize-account/ 301
712712
/fundamentals/setup/account/customize-account/communication-preference/ /fundamentals/account/customize-account/ 301
713713
/fundamentals/setup/account/customize-account/language-preference/ /fundamentals/account/customize-account/ 301
714+
714715
/fundamentals/setup/account/* /fundamentals/account/:splat 301
715716
/fundamentals/setup/manage-domains/* /fundamentals//manage-domains/:splat 301
716717
/fundamentals/setup/manage-members/* /fundamentals/manage-members/:splat 301

src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ import { Render } from "~/components";
2626
## Configure user & group sync in Microsoft Entra ID application
2727

2828
1. Once the SCIM application is created, [assign users and groups to the application](https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/assign-user-or-group-access-portal?pivots=portal).
29-
30-
:::note
31-
You must have opted into the Cloudflare User Groups Public Beta to synchronize groups from Microsoft Entra to Cloudflare. Refer to the [User Groups](/fundamentals/setup/manage-members/user-groups/) documentation for more information.
32-
33-
:::
34-
3529
2. To begin syncing your Users & Groups into Cloudflare, navigate back to **Provisioning**, and under **Provisioning Status**, check *On*, then select **Save**.
3630

3731
:::note

src/content/docs/fundamentals/manage-members/user-groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Tabs, TabItem } from '~/components';
1212
User Groups are a collection of [account members](/fundamentals/setup/manage-members/manage/) that are treated equally from an access control perspective. User Groups can be assigned permission policies, with individual members in the group receiving all permissions of the roles assigned to the User Group.
1313

1414
:::note
15-
If you use the Cloudflare Dashboard SCIM integration, you can sync Groups from an upstream Identity Provider via SCIM. This allows you to centralize user and group management at your identity provider.
15+
If you use the [Cloudflare Dashboard SCIM integration](/fundamentals/account/account-security/scim-setup/), you can sync Groups from an upstream Identity Provider via SCIM. This allows you to centralize user and group management at your identity provider.
1616

1717
Additionally, when you manage User Groups with SCIM, you cannot change the name, members, or delete a group through either the Cloudflare Dashboard or API.
1818
:::

src/content/partials/fundamentals/idp-group-deprecation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
---
55

66
:::note
7-
**Important Update:** Cloudflare now supports native User Groups for enhanced access control. This new feature replaces the previous method of directly assigning Cloudflare roles based on IdP group mappings, which is deprecated as of June 2nd, 2025. Update your SCIM configurations using the instructions below to utilize User Groups for seamless provisioning.
7+
**Important Update:** Cloudflare now supports native User Groups for enhanced access control. This new feature replaces the previous method of directly assigning Cloudflare roles based on IdP group mappings (identified by the pattern `CF-<accountID> - <Role Name>`), which is deprecated as of June 2nd, 2025. Please update your SCIM configurations using the instructions below to utilize User Groups for seamless provisioning.
88
:::

0 commit comments

Comments
 (0)