Kong · Schema

SAML Identity Provider Metadata URL

The identity provider's metadata URL where the identity provider's metadata can be obtained.

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

JSON Schema

kong-samlidentityprovidermetadataurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SAMLIdentityProviderMetadataURL",
  "title": "SAML Identity Provider Metadata URL",
  "description": "The identity provider's metadata URL where the identity provider's metadata can be obtained.",
  "type": "string",
  "format": "uri",
  "example": "https://mocksaml.com/api/saml/metadata"
}