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.
SamlAttributeSettings
editSamlAttributeSettings
editThe mapping configuration for the Elasticsearch security SAML attribute.
Properties
edit-
dn
(string
) - The Name of the SAML attribute that contains the user's X.50 Distinguished Name
-
groups
(string
, required) - The Name of the SAML attribute that contains the user's groups
-
mail
(string
) - The Name of the SAML attribute that contains the user's email address
-
name
(string
) - The Name of the SAML attribute that contains the user's full name
-
principal
(string
, required) - The Name of the SAML attribute that contains the user's principal (username)
Example
edit{ "dn" : "string", "groups" : "string", "mail" : "string", "name" : "string", "principal" : "string" }