SamlSpSettings

edit

The 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"
}