Kong · Schema

OIDC Identity Provider Login Client Secret Property

The Client Secret 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-oidcidentityproviderclientsecret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OIDCIdentityProviderClientSecret",
  "title": "OIDC Identity Provider Login Client Secret Property",
  "description": "The Client Secret assigned to your application by the identity provider.",
  "type": "string",
  "example": "YOUR_CLIENT_SECRET",
  "writeOnly": true,
  "x-speakeasy-param-sensitive": true,
  "x-speakeasy-terraform-plan-only": true
}