Auth0 · Schema

HttpCustomHeader

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
header string HTTP header name
value string HTTP header value
View JSON Schema on GitHub

JSON Schema

auth0-httpcustomheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HttpCustomHeader",
  "title": "HttpCustomHeader",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "header": {
      "type": "string",
      "description": "HTTP header name"
    },
    "value": {
      "type": "string",
      "description": "HTTP header value"
    }
  }
}