Skip to content
Draft
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,4 @@ The `409` is transient - Entra retries the failed operation on the next cycle, a

#### Last-Admin Protection

LocalStack will reject any SCIM request that would leave the workspace without an admin. If you attempt to remove the only admin from the admin role group, the request fails with `409 Cannot remove the last workspace admin`. Assign another admin in LocalStack first, then retry the removal.

:::note
License assignment via SCIM is not supported with Microsoft Entra ID. To assign licenses through SCIM, use [Okta](/aws/organizations-admin/sso/scim/okta/#license-management). Otherwise, manage license assignments directly in the LocalStack web app.
:::
LocalStack will reject any SCIM request that would leave the workspace without an admin. If you attempt to remove the only admin from the admin role group, the request fails with `409 Cannot remove the last workspace admin`. Assign another admin in LocalStack first, then retry the removal.
4 changes: 0 additions & 4 deletions src/content/docs/aws/organizations-admin/sso/scim/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ For IdP-specific setup instructions, see:
- [SCIM with Okta](/aws/organizations-admin/sso/scim/okta/)
- [SCIM with Microsoft Entra ID](/aws/organizations-admin/sso/scim/entra/)

:::note
License assignment via SCIM is currently supported with **Okta** only. Microsoft Entra ID supports user provisioning, deprovisioning, and role management, but not license assignment.
:::

## Prerequisites

- An active Enterprise subscription with the SCIM feature enabled
Expand Down