Create SAML service provider metadata
Added in 7.11.0
Generate SAML metadata for a SAML 2.0 Service Provider.
The SAML 2.0 specification provides a mechanism for Service Providers to describe their capabilities and configuration using a metadata file. This API generates Service Provider metadata based on the configuration of a SAML realm in Elasticsearch.
Path parameters
-
realm_name
string Required The name of the SAML realm in Elasticsearch.
GET
/_security/saml/metadata/{realm_name}
curl \
--request GET http://api.example.com/_security/saml/metadata/{realm_name} \
--header "Authorization: $API_KEY"
Response examples (200)
{
"metadata": "string"
}