Auth0 · Schema

ConnectionGatewayAuthenticationSubjectSMS

`sub` claim value in the JWT sent to the SMS gateway. Identifies the requester (e.g., 'urn:Auth0').

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiongatewayauthenticationsubjectsms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionGatewayAuthenticationSubjectSMS",
  "title": "ConnectionGatewayAuthenticationSubjectSMS",
  "description": "`sub` claim value in the JWT sent to the SMS gateway. Identifies the requester (e.g., 'urn:Auth0').",
  "type": "string",
  "minLength": 1,
  "maxLength": 64
}