Salesforce · JSON Structure

Salesforce Successful Open Id Connect Discovery Endpoint Structure

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

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

Properties

end_session_endpoint frontchannel_logout_supported frontchannel_logout_session_supported issuer authorization_endpoint token_endpoint revocation_endpoint userinfo_endpoint jwks_uri registration_endpoint introspection_endpoint scopes_supported response_types_supported subject_types_supported id_token_signing_alg_values_supported display_values_supported token_endpoint_auth_methods_supported claims_supported

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulOpenIDConnectDiscoveryEndpoint",
  "properties": {
    "end_session_endpoint": {
      "type": "string"
    },
    "frontchannel_logout_supported": {
      "type": "boolean"
    },
    "frontchannel_logout_session_supported": {
      "type": "boolean"
    },
    "issuer": {
      "type": "string"
    },
    "authorization_endpoint": {
      "type": "string"
    },
    "token_endpoint": {
      "type": "string"
    },
    "revocation_endpoint": {
      "type": "string"
    },
    "userinfo_endpoint": {
      "type": "string"
    },
    "jwks_uri": {
      "type": "string"
    },
    "registration_endpoint": {
      "type": "string"
    },
    "introspection_endpoint": {
      "type": "string"
    },
    "scopes_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "response_types_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "subject_types_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "id_token_signing_alg_values_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "display_values_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "token_endpoint_auth_methods_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "claims_supported": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "end_session_endpoint",
    "frontchannel_logout_supported",
    "frontchannel_logout_session_supported",
    "issuer",
    "authorization_endpoint",
    "token_endpoint",
    "revocation_endpoint",
    "userinfo_endpoint",
    "jwks_uri",
    "registration_endpoint",
    "introspection_endpoint",
    "scopes_supported",
    "response_types_supported",
    "subject_types_supported",
    "id_token_signing_alg_values_supported",
    "display_values_supported",
    "token_endpoint_auth_methods_supported",
    "claims_supported"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}