IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. 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" }