Kong · Schema

OIDC Identity Provider Login Client Id Property

The client ID assigned to your application by the identity provider.

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

JSON Schema

kong-oidcidentityproviderclientid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OIDCIdentityProviderClientId",
  "title": "OIDC Identity Provider Login Client Id Property",
  "description": "The client ID assigned to your application by the identity provider.",
  "type": "string",
  "example": "YOUR_CLIENT_ID"
}