Kong · Schema
SAML Identity Provider Config
The identity provider that contains configuration data for the SAML authentication integration.
API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen-Source
Properties
| Name | Type | Description |
|---|---|---|
| idp_metadata_url | object | |
| idp_metadata_xml | object | |
| sp_metadata_url | string | |
| sp_entity_id | string | The entity ID of the service provider (SP). |
| login_url | string | The URL to redirect users to for initiating login with the identity provider. |
| callback_url | string | The path URL where the SAML identity provider sends authentication responses after successful login attempts. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SAMLIdentityProviderConfig",
"title": "SAML Identity Provider Config",
"description": "The identity provider that contains configuration data for the SAML authentication integration.",
"type": "object",
"properties": {
"idp_metadata_url": {
"$ref": "#/components/schemas/SAMLIdentityProviderMetadataURL"
},
"idp_metadata_xml": {
"$ref": "#/components/schemas/SAMLIdentityProviderMetadata"
},
"sp_metadata_url": {
"type": "string",
"format": "path",
"example": "/api/v2/developer/authenticate/saml/metadata",
"readOnly": true
},
"sp_entity_id": {
"description": "The entity ID of the service provider (SP).",
"type": "string",
"example": "https://cloud.konghq.com/sp/00000000-0000-0000-0000-000000000000",
"readOnly": true
},
"login_url": {
"description": "The URL to redirect users to for initiating login with the identity provider.",
"type": "string",
"example": "https://cloud.konghq.com/login/the-saml-konnect-org",
"readOnly": true
},
"callback_url": {
"description": "The path URL where the SAML identity provider sends authentication responses after successful login attempts.",
"type": "string",
"format": "path",
"example": "/api/v2/developer/authenticate/saml/acs",
"readOnly": true
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kong-samlidentityproviderconfig"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.