Auth0 · Schema

ConnectionSignatureMethodOAuth1

OAuth 1.0a signature algorithm used when signing request-token and access-token calls for this connection (RSA-SHA1 only).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionsignaturemethodoauth1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionSignatureMethodOAuth1",
  "title": "ConnectionSignatureMethodOAuth1",
  "description": "OAuth 1.0a signature algorithm used when signing request-token and access-token calls for this connection (RSA-SHA1 only).",
  "type": "string",
  "const": "RSA-SHA1"
}