Auth0 · Schema

ConnectionScopeSalesforce

OAuth scopes to request from Salesforce. This is computed from enabled permission options and any additional freeform scopes.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionscopesalesforce-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionScopeSalesforce",
  "title": "ConnectionScopeSalesforce",
  "description": "OAuth scopes to request from Salesforce. This is computed from enabled permission options and any additional freeform scopes.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionScopeArray"
    }
  ]
}