Auth0 · Schema

ClientGrantDefaultForEnum

Applies this client grant as the default for all clients in the specified group. The only accepted value is `third_party_clients`, which applies the grant to all third-party clients. Per-client grants for the same audience take precedence. Mutually exclusive with `client_id`.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-clientgrantdefaultforenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClientGrantDefaultForEnum",
  "title": "ClientGrantDefaultForEnum",
  "type": "string",
  "enum": [
    "third_party_clients"
  ],
  "x-release-lifecycle": "GA",
  "description": "Applies this client grant as the default for all clients in the specified group. The only accepted value is <a href=\"https://auth0.com/docs/get-started/applications/application-access-to-apis-client-grants#default-permissions-for-third-party-applications\">`third_party_clients`</a>, which applies the grant to all third-party clients. Per-client grants for the same audience take precedence. Mutually exclusive with `client_id`."
}