It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
SamlIdpSettings
editSamlIdpSettings
editThe configuration for the Elasticsearch security SAML Identity Provider.
Properties
edit-
entity_id
(string
, required) - The Entity ID of the SAML Identity Provider. An Entity ID is a URI with a maximum length of 1024 characters. It can be a URL or a URN and can be found in the configuration or the SAML metadata of the Identity Provider.
-
metadata_path
(string
, required) - The URL to a SAML 2.0 metadata file describing the capabilities and configuration of the Identity Provider
-
use_single_logout
(boolean
) - Indicates whether to utilise the Identity Provider's Single Logout service
Example
edit{ "entity_id" : "string", "metadata_path" : "string", "use_single_logout" : true }