Get organization service provider SAML2 metadata.xml for configuring the identity provider
Gets the oranization's IdP metadata.xml. Currently unavailable in self-hosted ECE.
Path parameters
-
organization_id
string Required Identifier for the Organization
GET
/organizations/{organization_id}/idp/metadata.xml
curl \
--request GET https://api.elastic-cloud.com/api/v1/organizations/{organization_id}/idp/metadata.xml
Response examples (200)
string
Response examples (404)
# Headers
x-cloud-error-codes: org.idp.idp_not_configured
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}