Auth0 · Schema

ConnectionCommunityBaseUrlSalesforce

The base URL of your Salesforce Community (Experience Cloud) site. When specified, authentication flows will use this Community URL instead of the standard Salesforce login page, enabling users to authenticate through your branded Community portal.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectioncommunitybaseurlsalesforce-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionCommunityBaseUrlSalesforce",
  "title": "ConnectionCommunityBaseUrlSalesforce",
  "description": "The base URL of your Salesforce Community (Experience Cloud) site. When specified, authentication flows will use this Community URL instead of the standard Salesforce login page, enabling users to authenticate through your branded Community portal.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback"
    }
  ]
}