Update tenant identity provisioning config
PUT/tenants/:tenant_id/identity/config
Updates the tenant's SSO and/or SCIM provisioning configuration. Fields can be provided as flat key-value overrides (e.g. okta_domain, scim_base_url) or as JSON blobs (sso_metadata_json, scim_config_json) for bulk replacement. Existing config keys not supplied in the request are preserved. Changes are audit-logged.
Request
Responses
- 200
- 404
- 422
Identity configuration updated and audit event recorded.
Tenant not found.
Validation failed — check URL formats, JSON validity, or adapter key.