Auth0 · Schema

ConnectionBaseUrlExact

Base URL override for the Exact Online API endpoint used for OAuth2 authorization and API requests. Defaults to https://start.exactonline.nl.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionbaseurlexact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionBaseUrlExact",
  "title": "ConnectionBaseUrlExact",
  "description": "Base URL override for the Exact Online API endpoint used for OAuth2 authorization and API requests. Defaults to https://start.exactonline.nl.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback"
    },
    {
      "maxLength": 128
    }
  ]
}