Auth0 · Schema

ConnectionFreeformScopesWindowsLive

Custom OAuth scopes not predefined in the standard scope list.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionfreeformscopeswindowslive-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionFreeformScopesWindowsLive",
  "title": "ConnectionFreeformScopesWindowsLive",
  "description": "Custom OAuth scopes not predefined in the standard scope list.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionScopeArray"
    }
  ]
}