Auth0 · Schema

PreviewCimdMetadataRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
external_client_id string URL to the Client ID Metadata Document
View JSON Schema on GitHub

JSON Schema

auth0-previewcimdmetadatarequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PreviewCimdMetadataRequestContent",
  "title": "PreviewCimdMetadataRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "external_client_id"
  ],
  "properties": {
    "external_client_id": {
      "type": "string",
      "description": "URL to the Client ID Metadata Document",
      "minLength": 1,
      "maxLength": 120,
      "format": "absolute-https-uri-or-empty"
    }
  }
}