IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
SamlAttributeSettings
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
SamlAttributeSettings
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"
}