Auth0 · Schema

ConnectionAuthorizationEndpoint

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionauthorizationendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAuthorizationEndpoint",
  "title": "ConnectionAuthorizationEndpoint",
  "type": "string",
  "format": "uri",
  "allOf": [
    {
      "type": "string",
      "description": "URL of the identity provider's OAuth 2.0 authorization endpoint where users are redirected for authentication. Must be a valid HTTPS URL. This endpoint initiates the OAuth 2.0 authorization code flow.",
      "minLength": 8,
      "maxLength": 2083
    },
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback"
    }
  ]
}