Auth0 · Schema

ConnectionUpstreamParams

Options for adding parameters in the request to the upstream IdP

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionupstreamparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUpstreamParams",
  "title": "ConnectionUpstreamParams",
  "type": [
    "object",
    "null"
  ],
  "description": "Options for adding parameters in the request to the upstream IdP",
  "additionalProperties": {
    "$ref": "#/components/schemas/ConnectionUpstreamAdditionalProperties"
  }
}