Auth0 · Schema

ConnectionAllowedAudiencesGoogleOAuth2

List of allowed audiences in the ID token for Google Native Social Login

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionallowedaudiencesgoogleoauth2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionAllowedAudiencesGoogleOAuth2",
  "title": "ConnectionAllowedAudiencesGoogleOAuth2",
  "description": "List of allowed audiences in the ID token for Google Native Social Login",
  "type": "array",
  "minItems": 1,
  "maxItems": 64,
  "items": {
    "type": "string",
    "description": "An allowed client id",
    "minLength": 1,
    "maxLength": 255
  }
}