SamlAttributeSettingsedit

The mapping configuration for the Elasticsearch security SAML attribute.

Propertiesedit

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.

Exampleedit

{
   "dn" : "string",
   "groups" : "string",
   "mail" : "string",
   "name" : "string",
   "principal" : "string"
}