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
fix(scim): mapping provenance column, drop the unused SSO binding, and close the third review round
- scim_group_mapping.source ('manual' | 'automatic') carries provenance so
a deleted author cannot turn a manual mapping into an automatic one;
the unreleased 0323 migration is regenerated from the schema
- scim_connection.sso_provider_id removed: nothing read it
- Entitlement mirrors SSO access: flag is the outer gate, self-hosted is
entitled by the flag, hosted requires the enterprise plan; protected and
discovery routes answer 404 when the flag is off
- Group PATCH: replace without a value is refused
- Deprovision re-checks membership under the lock before account-wide
effects; relinking an active identity lifts a lingering suspension;
instance-organization deployments refuse a connection for any other org
- Lowering a workspace grant that is no longer at the recorded level
re-establishes the desired level instead of recording it as applied
- Connection audit names the actual transition; update responses render
inside the write transaction
- Reconcile every hour with settings re-read per batch
- UI: error states for groups and activity; default group excluded from
the mapping picker
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
0 commit comments