Skip to main content
PUT
Replace a workspace SSO configuration

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

sso_config_id
string
required

Body

application/json

Identical to the create body and validated by the same validateSsoSpec — FULL REPLACE: an omitted field is written as its default (omitting idp_certificate nulls it, omitting enabled disables, omitting provider resets it to saml). PATCH is accepted on this path and behaves identically.

provider
enum<string>
default:saml
Available options:
saml,
oidc
enabled
boolean
default:false
idp_entity_id
string | null
idp_sso_url
string | null
idp_certificate
string | null
acs_url
string | null
allowed_domains
string[]

Response

Replaced.

ok
enum<boolean>
required
Available options:
true