Auth0 · Schema

ConnectionScopeArray

Array of custom OAuth 2.0 scopes to request during authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionscopearray-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionScopeArray",
  "title": "ConnectionScopeArray",
  "description": "Array of custom OAuth 2.0 scopes to request during authentication.",
  "type": "array",
  "minItems": 0,
  "maxItems": 255,
  "items": {
    "$ref": "#/components/schemas/ConnectionScopeItem"
  }
}