Auth0 · Schema

ConnectionTokenEndpointJwtcaAudFormatEnumOIDC

Specifies the format of the aud (audience) claim included in the JWT used for client authentication at the token endpoint. Accepted values are: 'issuer' (the aud claim is set to the OIDC issuer URL) or 'token_endpoint' (the aud claim is set to the token endpoint URL).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontokenendpointjwtcaaudformatenumoidc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTokenEndpointJwtcaAudFormatEnumOIDC",
  "title": "ConnectionTokenEndpointJwtcaAudFormatEnumOIDC",
  "type": "string",
  "description": "Specifies the format of the aud (audience) claim included in the JWT used for client authentication at the token endpoint. Accepted values are: 'issuer' (the aud claim is set to the OIDC issuer URL) or 'token_endpoint' (the aud claim is set to the token endpoint URL).",
  "enum": [
    "issuer",
    "token_endpoint"
  ],
  "x-merge-priority": -5
}