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/partials/cloudflare-one/access/enable-scim-on-dashboard.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,19 @@ import { Markdown } from "~/components"
8
8
9
9
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Authentication**.
10
10
11
-
2. Find the{props.idp} integration and select **Edit**.
11
+
2. Find your{props.idp} integration and select **Edit**.
12
12
13
13
3. Turn on **Enable SCIM**{props.supportgroups&& <span> and <strong>{props.supportgroups}</strong>.</span>}
14
14
15
15
4. (Optional) Configure the following settings:
16
16
17
-
***Enable user deprovisioning**: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when they are removed from the SCIM application in {props.idp}. This will invalidate all active Access sessions and prompt for reauthentication for any [WARP session policies](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/).
18
-
***Remove user seat on deprovision**: [Remove a user's seat](/cloudflare-one/identity/users/seat-management/) from your Zero Trust account when they are removed from the SCIM application in {props.idp}.
19
-
***SCIM identity update behavior**: Choose what happens in Zero Trust when the user's identity updates in {props.idp}.
20
-
-_Automatic identity updates_: Automatically update the [User Registry identity](/cloudflare-one/insights/logs/users/) when {props.idp} sends an updated identity or group membership through SCIM. This identity is used for Gateway policies and WARP [device profiles](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/); Access will read the user's updated identity when they reauthenticate.
21
-
-_Group membership change reauthentication_: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when their group membership changes in {props.idp}. This will invalidate all active Access sessions and prompt for reauthentication for any [WARP session policies](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). Access will read the user's updated group membership when they reauthenticate.
17
+
***Enable user deprovisioning**: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when they are removed from the SCIM application in your IdP. This will invalidate all active Access sessions and prompt for reauthentication for any [WARP session policies](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/).
18
+
19
+
If a user is deprovisioned via SCIM as a result of being disabled in your IdP, but then later re-enabled, Access will reactivate their SCIM user resource. As a result, if the user is disabled in the future, they will be successfully deprovisioned.
20
+
***Remove user seat on deprovision**: [Remove a user's seat](/cloudflare-one/identity/users/seat-management/) from your Zero Trust account when they are removed from the SCIM application in your IdP.
21
+
***SCIM identity update behavior**: Choose what happens in Zero Trust when the user's identity updates in your IdP.
22
+
-_Automatic identity updates_: Automatically update the [User Registry identity](/cloudflare-one/insights/logs/users/) when your IdP sends an updated identity or group membership through SCIM. This identity is used for Gateway policies and WARP [device profiles](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/); Access will read the user's updated identity when they reauthenticate.
23
+
-_Group membership change reauthentication_: [Revoke a user's active session](/cloudflare-one/identity/users/session-management/#per-user) when their group membership changes in your IdP. This will invalidate all active Access sessions and prompt for reauthentication for any [WARP session policies](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/). Access will read the user's updated group membership when they reauthenticate.
22
24
-_No action_: Update the user's identity the next time they reauthenticate to Access or WARP.
0 commit comments