Auth0 · Schema

ConnectionClientSecretExact

OAuth2.0 client secret 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-connectionclientsecretexact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientSecretExact",
  "title": "ConnectionClientSecretExact",
  "description": "OAuth2.0 client secret for the Exact Online connection, obtained when registering your application in the Exact App Center.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientSecret"
    },
    {
      "maxLength": 255
    }
  ]
}