A newer version is available. 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). This name should map to a value that does not contain commas or slashes.
Example
edit{ "dn" : "string", "groups" : "string", "mail" : "string", "name" : "string", "principal" : "string" }