Auth0 · Schema

ConnectionUpstreamParamsFacebook

Options for adding parameters in the request to the upstream IdP. See https://auth0.com/docs/authenticate/identity-providers/pass-parameters-to-idps

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionupstreamparamsfacebook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUpstreamParamsFacebook",
  "title": "ConnectionUpstreamParamsFacebook",
  "description": "Options for adding parameters in the request to the upstream IdP. See https://auth0.com/docs/authenticate/identity-providers/pass-parameters-to-idps",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ConnectionUpstreamAdditionalProperties"
  },
  "maxProperties": 10
}