Auth0 · Schema

ConnectionClientIdExact

OAuth2.0 client identifier for the Exact Online connection, obtained when registering your application in the Exact App Center.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientidexact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientIdExact",
  "title": "ConnectionClientIdExact",
  "description": "OAuth2.0 client identifier for the Exact Online connection, obtained when registering your application in the Exact App Center.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    {
      "format": "uuid",
      "minLength": 36,
      "maxLength": 36
    }
  ]
}