Auth0 · Schema

ConnectionScopeArrayWindowsLive

Array of custom OAuth 2.0 scopes to request during authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionscopearraywindowslive-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionScopeArrayWindowsLive",
  "title": "ConnectionScopeArrayWindowsLive",
  "description": "Array of custom OAuth 2.0 scopes to request during authentication.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionScopeArray"
    }
  ]
}