Tyk · Schema

Authentication

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
baseIdentityProvider string
enabled boolean
stripAuthorizationData boolean
View JSON Schema on GitHub

JSON Schema

tyk-gateway-authentication-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Authentication",
  "type": "object",
  "properties": {
    "baseIdentityProvider": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "stripAuthorizationData": {
      "type": "boolean"
    }
  }
}