Auth0 · Schema

ConnectionOptionsSalesforceCommunity

Options for the 'salesforce-community' connection

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionoptionssalesforcecommunity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionOptionsSalesforceCommunity",
  "title": "ConnectionOptionsSalesforceCommunity",
  "description": "Options for the 'salesforce-community' connection",
  "type": "object",
  "additionalProperties": true,
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionOptionsSalesforce"
    },
    {
      "type": "object",
      "properties": {
        "community_base_url": {
          "$ref": "#/components/schemas/ConnectionCommunityBaseUrlSalesforce"
        }
      }
    }
  ]
}