Kong · Schema

Identity Provider Enabled Property

Indicates whether the identity provider is enabled. Only one identity provider can be active at a time, such as SAML or OIDC.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-identityproviderenabled-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderEnabled",
  "title": "Identity Provider Enabled Property",
  "description": "Indicates whether the identity provider is enabled.\nOnly one identity provider can be active at a time, such as SAML or OIDC.\n",
  "type": "boolean",
  "example": true,
  "default": false
}