Skip to content

Commit 30367b9

Browse files
authored
update user groups docs (#23152)
1 parent 6f7dc81 commit 30367b9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ curl -X POST 'https://graph.microsoft.com/v1.0/applicationTemplates/8adf8e6e-67b
8888
"appDisplayName": "Entra API create application test",
8989
// ...snipped rest of JSON payload
9090
}
91+
}
9192
```
9293

9394
**3. Create a provisioning job**
@@ -113,6 +114,7 @@ curl -X POST 'https://graph.microsoft.com/v1.0/servicePrincipals/<SERVICE_PRINCI
113114
"interval": "PT40M",
114115
"state": "Disabled"
115116
},
117+
}
116118
// ... snipped rest of JSON payload
117119
```
118120

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: how-to
33
title: User Groups
44
sidebar:
55
badge:
6-
text: Beta
6+
text: New
77
order: 5
88
---
99

@@ -21,7 +21,6 @@ Additionally, when you manage User Groups with SCIM, you cannot change the name,
2121

2222
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select your account.
2323
2. Go to **Manage Account** > **Members**.
24-
3. To opt-in to the User Groups Public Beta, select the **Try User Groups** button. After doing so, the UI will update and a **Groups** tab will appear.
2524
4. Select the **Groups** tab.
2625
5. Select **Create a Group** and enter a name and description for your new group.
2726
6. Select **Create group** to confirm your changes. The **Group members** tab displays.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
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 (identified by the pattern `CF-<accountID> - <Role Name>`), which is deprecated as of June 2nd, 2025. Update your SCIM configurations using the instructions below to utilize User Groups for seamless provisioning.
8-
:::
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. SCIM Virtual Groups will reach end-of-life on December 2, 2025. Update your SCIM configurations using the instructions below to utilize User Groups for seamless provisioning.
8+
:::
9+
10+
11+
12+

0 commit comments

Comments
 (0)