Kong · Schema

IdentityProviderType

Specifies the type of identity provider.

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

JSON Schema

kong-identityprovidertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderType",
  "title": "IdentityProviderType",
  "description": "Specifies the type of identity provider.",
  "type": "string",
  "example": "oidc",
  "enum": [
    "oidc",
    "saml"
  ],
  "x-speakeasy-unknown-values": "allow"
}