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.
SamlSpSettings
editSamlSpSettings
editThe configuration for the Elasticsearch security SAML Service Provider.
Properties
edit-
acs
(string
, required) - The URL of the Assertion Consumer service
-
entity_id
(string
, required) - The Entity ID to use for this SAML Service Provider. This should be entered as a URI.
-
logout
(string
, required) - The URL of the Single Logout service
Example
edit{ "acs" : "string", "entity_id" : "string", "logout" : "string" }