Auth0 · Schema

ConnectionClientSecretOAuth1

OAuth 1.0a client secret paired with the consumer key to sign request-token and access-token requests for this connection. Treat as a sensitive credential and supply the exact secret issued by the upstream provider.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientsecretoauth1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretOAuth1",
  "title": "ConnectionClientSecretOAuth1",
  "description": "OAuth 1.0a client secret paired with the consumer key to sign request-token and access-token requests for this connection. Treat as a sensitive credential and supply the exact secret issued by the upstream provider.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientSecret"
    },
    {
      "maxLength": 2400
    }
  ]
}