Get SAML application metadata

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://openapi.logto.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto API references MCP server": {
  "url": "https://openapi.logto.io/mcp"
}
Close
GET /api/saml-applications/{id}/metadata

Get the SAML metadata XML for the application.

Path parameters

  • id string Required

    The unique identifier of the saml application.

Responses

GET /api/saml-applications/{id}/metadata
curl \
 --request GET 'https://[tenant_id].logto.app/api/saml-applications/{id}/metadata' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
string
Response examples (200)
string