Update the tenant-level OAuth Client ID Metadata Document (CIMD) switch. Enabling requires the OIDC provider SSRF protection to be active.
PATCH
/api/configs/cimd
curl \
--request PATCH 'https://[tenant_id].logto.app/api/configs/cimd' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"enabled":true}'
Request examples
{
"enabled": true
}
Response examples (200)
{
"enabled": true
}