Auth0 · Schema

CimdMappedClientAuthenticationMethods

Client authentication methods derived from the JWKS document

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
private_key_jwt object
View JSON Schema on GitHub

JSON Schema

auth0-cimdmappedclientauthenticationmethods-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CimdMappedClientAuthenticationMethods",
  "title": "CimdMappedClientAuthenticationMethods",
  "type": "object",
  "description": "Client authentication methods derived from the JWKS document",
  "additionalProperties": true,
  "properties": {
    "private_key_jwt": {
      "$ref": "#/components/schemas/CimdMappedClientAuthenticationMethodsPrivateKeyJwt"
    }
  }
}