Salesforce · JSON Structure

Salesforce Open Id Connect Dynamic Client Registration Endpoint Request Structure

Type: object Properties: 6 Required: 6
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

OpenIDConnectDynamicClientRegistrationEndpointRequest is a JSON Structure definition published by Salesforce, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

redirect_uris response_types grant_types application_type contacts client_name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "OpenIDConnectDynamicClientRegistrationEndpointRequest",
  "properties": {
    "redirect_uris": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "response_types": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "grant_types": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "application_type": {
      "type": "string"
    },
    "contacts": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "client_name": {
      "type": "string"
    }
  },
  "required": [
    "redirect_uris",
    "response_types",
    "grant_types",
    "application_type",
    "contacts",
    "client_name"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}