You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/account/account-security/scim-setup/entra.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,13 @@ sidebar:
19
19
3. Enter your API token value and the tenant URL: `https://api.cloudflare.com/client/v4/accounts/<your_account_ID>/scim/v2`.
20
20
4. Select **Test Connection**, then select **Save**.
21
21
22
-
## Configure user permissions in Microsoft Entra ID
22
+
## Configure user & group sync in Microsoft Entra ID application
23
23
24
24
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).
25
25
26
26
:::note
27
-
You must have opted into the Cloudflare User Groups Public Beta to synchronize groups from Okta to Cloudflare. Refer to the [User Groups](/fundamentals/setup/manage-members/user-groups/) documentation for more information.
27
+
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.
28
28
29
-
Currently, groups need to match a specific format to provision specific Cloudflare account-level roles. Cloudflare is in the process of adding Cloudflare Groups, which can take in freeform group names in the future.
30
29
:::
31
30
32
31
2. To begin syncing your Users & Groups into Cloudflare, navigate back to **Provisioning**, and under **Provisioning Status**, check *On*, then select **Save**.
@@ -35,9 +34,8 @@ Currently, groups need to match a specific format to provision specific Cloudfla
35
34
To successfully provision with Microsoft Entra ID, the `user principal name` and `email` fields must match. These values are case-sensitive.
36
35
:::
37
36
38
-
3. To check which users and groups were synchronized, select **Provisioning logs**.
39
-
4. To verify the integration, select **Provisioning Logs** in Entra ID application, and check the Cloudflare Dash Audit Logs by navigating to **Manage Account** > **Audit Log**.
40
-
5. To grant permissions to Users & Groups in Cloudflare, refer to the Permission Policies guide.
37
+
3. To validate which users and groups were synchronized, select **Provisioning logs** in Microsoft Entra. You can also check the Cloudflare Dashboard Audit Logs by navigating to **Manage Account** > **Audit Log**.
38
+
4. To grant permissions to Users & Groups in Cloudflare, refer to the Permission Policies guide.
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/account/account-security/scim-setup/index.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ This section covers SCIM provisioning for the Cloudflare dashboard only. If you
14
14
## Limitations
15
15
16
16
- If a user is the only Super Administrator on an Enterprise account, they will not be deprovisioned.
17
-
- Cloudflare currently only supports [Account-scoped Roles](/fundamentals/manage-members/roles/#account-scoped-roles) and does not support Domain-scoped Roles provisioning via SCIM.
Copy file name to clipboardExpand all lines: src/content/docs/fundamentals/manage-members/user-groups.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sidebar:
9
9
10
10
import { Tabs, TabItem } from'~/components';
11
11
12
-
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 roles, with individual members in the group receiving all permissions of the roles assigned to the User Group.
12
+
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.
13
13
14
14
:::note
15
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.
@@ -36,11 +36,11 @@ With your Group created, you can now add a [Permission Policy](/fundamentals/set
36
36
37
37
1. In the **Groups** tab under **Permission policies**, select **Add a Policy**.
38
38
2. Specify the scope and permissions you want applied to the members of the group.
39
-
3. Select **Create Policy** to apply it to the group. You return to the **Permission policies** for your Group.
39
+
3. Select **Create Policy** to apply it to the group.
40
40
41
41
</TabItem> <TabItemlabel="API">
42
42
43
-
Using the role identifiers from the previous section, you can create a group policy.
43
+
Using the role identifiers from the previous section, you can create a permission policy for your group.
44
44
45
45
`export ADMIN_ROLE='...' # id field from admin or desired role entry from permission_groups API response`
0 commit comments