Salesforce · Schema

OpenIDConnectDiscovery

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
openIdConnectUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-open-id-connect-discovery-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "openIdConnectUrl": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "type",
    "openIdConnectUrl"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OpenIDConnectDiscovery"
}