From 40a3eef9b1ef1472b1edf0690f83e0fd0c8d6034 Mon Sep 17 00:00:00 2001 From: AdamBouhmad Date: Sat, 21 Jun 2025 11:58:21 -0700 Subject: [PATCH] update user groups docs --- .../account/account-security/scim-setup/entra.mdx | 2 ++ .../docs/fundamentals/manage-members/user-groups.mdx | 3 +-- .../partials/fundamentals/idp-group-deprecation.mdx | 8 ++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx b/src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx index e11f6427207698f..d877a1b58018c0b 100644 --- a/src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx +++ b/src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx @@ -88,6 +88,7 @@ curl -X POST 'https://graph.microsoft.com/v1.0/applicationTemplates/8adf8e6e-67b "appDisplayName": "Entra API create application test", // ...snipped rest of JSON payload } +} ``` **3. Create a provisioning job** @@ -113,6 +114,7 @@ curl -X POST 'https://graph.microsoft.com/v1.0/servicePrincipals/ **Members**. -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. 4. Select the **Groups** tab. 5. Select **Create a Group** and enter a name and description for your new group. 6. Select **Create group** to confirm your changes. The **Group members** tab displays. diff --git a/src/content/partials/fundamentals/idp-group-deprecation.mdx b/src/content/partials/fundamentals/idp-group-deprecation.mdx index b3a92e7ff3bc5c6..05821b931796237 100644 --- a/src/content/partials/fundamentals/idp-group-deprecation.mdx +++ b/src/content/partials/fundamentals/idp-group-deprecation.mdx @@ -4,5 +4,9 @@ --- :::note -**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- - `), which is deprecated as of June 2nd, 2025. Update your SCIM configurations using the instructions below to utilize User Groups for seamless provisioning. -::: \ No newline at end of file +**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- - `), 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. +::: + + + +