Auth0 · Schema

ConnectionGatewayAuthenticationAudienceSMS

`aud` claim value in the JWT sent to the SMS gateway. Identifies the gateway service (e.g., 'urn:MySmsGateway').

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiongatewayauthenticationaudiencesms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionGatewayAuthenticationAudienceSMS",
  "title": "ConnectionGatewayAuthenticationAudienceSMS",
  "description": "`aud` claim value in the JWT sent to the SMS gateway. Identifies the gateway service (e.g., 'urn:MySmsGateway').",
  "type": "string",
  "minLength": 1,
  "maxLength": 128
}