Tyk · Schema

OIDProviderConfig

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
client_ids object
issuer string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-oid-provider-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OIDProviderConfig",
  "type": "object",
  "properties": {
    "client_ids": {
      "type": "object"
    },
    "issuer": {
      "type": "string"
    }
  }
}