Auth0 · Schema

CreateClientAuthenticationMethodSelfSignedTLSClientAuth

Defines `self_signed_tls_client_auth` client authentication method. If the property is defined, the client is configured to use mTLS authentication method utilizing self-signed certificate.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
credentials object
View JSON Schema on GitHub

JSON Schema

auth0-createclientauthenticationmethodselfsignedtlsclientauth-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuth",
  "title": "CreateClientAuthenticationMethodSelfSignedTLSClientAuth",
  "type": "object",
  "description": "Defines `self_signed_tls_client_auth` client authentication method. If the property is defined, the client is configured to use mTLS authentication method utilizing self-signed certificate.",
  "additionalProperties": false,
  "required": [
    "credentials"
  ],
  "properties": {
    "credentials": {
      "$ref": "#/components/schemas/CreateClientAuthenticationMethodSelfSignedTLSClientAuthCredentials"
    }
  }
}