ApiManagementInternal
POST
/v1/mgmt/sso/provider-ids

Authorization

Descope Project ID and Management Key
AuthorizationBearer <token>

Project ID:Management Key as bearer token.

In: header

Request Body

application/json

tenantId?string
ssoId?string
samlProviderId?string
samlScimProviderId?string
oidcProviderId?string
oidcScimProviderId?string

Update SSO provider IDs and SCIM provider IDs for tenant SSO settings. This endpoint is not publicly documented.

curl -X POST "https://api.descope.com/v1/mgmt/sso/provider-ids" \  -H "Content-Type: application/json" \  -d '{}'
Was this helpful?