Create the SCIM configuration for an organization
POST/:realm/orgs/:orgId/scim
Creates the SCIM 2.0 service-provider configuration for the
organization. Requires manage-organizations or
manage-identity-providers on the organization. Returns 404 if
the realm-level SCIM flag is off, and 409 if a configuration
already exists for the organization. Cleartext secrets and basic
passwords submitted here are hashed with Argon2id before
persistence.
Request
Responses
- 201
- 401
- 404
- 409
SCIM configuration created
Insufficient permission
SCIM disabled at realm level
SCIM configuration already exists for this organization