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 }