Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/segment-app/iam/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ Enter your domain and click "Add Domain." When you click verify, you're given tw

##### Do you support automatic user provisioning?

Segment supports "just in time" user permissioning; new users who authenticate using your IdP are automatically created in Segment as minimal-access (read-only) members.
Segment supports "just in time" user permissioning; new users who authenticate using your IdP are automatically created in Segment as minimal-access (read-only) members. If the user already exists in Segment then Segment associates the IdP-identity with the existing Segment user account.

If the user already exists in Segment then Segment associates the IdP-identity with the existing Segment user account.
Segment also supports user provisioning and role mapping [using SCIM](/docs/segment-app/iam/scim/).

##### Do you support automatic user de-provisioning?

No. However, since any non-owners must log in with SSO to access your workspace, once you remove their authorization in your IdP they will no longer be able to access your workspace.
Yes, users can be automatically de-provisioned [if you use SCIM](/docs/segment-app/iam/scim/).

##### Will my users lose access to their other workspaces when I enable SSO?

Expand Down