SamlSpSettingsedit

The configuration for the Elasticsearch security SAML Service Provider.

Propertiesedit

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

Exampleedit

{
   "acs" : "string",
   "entity_id" : "string",
   "logout" : "string"
}