Kong · Schema

OIDC Identity Provider Issuer Property

The issuer URI of the identity provider. This is the URL where the provider's metadata can be obtained.

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

JSON Schema

kong-oidcidentityproviderissuer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OIDCIdentityProviderIssuer",
  "title": "OIDC Identity Provider Issuer Property",
  "description": "The issuer URI of the identity provider. This is the URL where the provider's metadata can be obtained.",
  "type": "string",
  "format": "uri",
  "example": "https://konghq.okta.com/oauth2/default"
}