v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Set OAuth policy for Client ID Metadata Documents (CIMD) authentication.

If disabled then authentication with Client ID Metadata Documents (CIMD) is disabled and no new CIMD clients can be created. If set to "enabled" then authentication with CIMD clients is enabled and new CIMD clients can be created automatically as part of authentication. If set to "enabled-pre-registered-only" then authentication with CIMD clients is enabled but new CIMD clients can only be created manually on the OAuth Clients page in the UI.

put/v1/policies/oAuthCimd

Request body

oAuthCimdPolicystring required

OAuth CIMD policy. Valid values are: disabled, enabled, 'enabled-pre-registered-only'

Example request

{
  "oAuthCimdPolicy": "disabled"
}

Response

The OAuth policy for Client ID Metadata Documents (CIMD) authentication.

oAuthCimdPolicystring required

OAuth CIMD policy. Valid values are: disabled, enabled, 'enabled-pre-registered-only'

Example response

{
  "oAuthCimdPolicy": "disabled"
}