Auth0 · Schema

ConnectionClientIdOAuth1

OAuth 1.0a client ID (consumer key) that identifies the client to the provider and is used to sign OAuth 1.0a requests.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientidoauth1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientIdOAuth1",
  "title": "ConnectionClientIdOAuth1",
  "description": "OAuth 1.0a client ID (consumer key) that identifies the client to the provider and is used to sign OAuth 1.0a requests.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    {
      "maxLength": 255
    }
  ]
}