"SAML_Custom_signature_validation_type_description":"This setting will be ignored if not Custom Certificate is provided.",
"SAML_Custom_user_data_fieldmap":"User Data Field Map",
"SAML_Custom_user_data_fieldmap_description":"Configure how user account fields (like email) are populated from a record in SAML (once found). <br/>As an example, `{\"cn\":\"name\", \"mail\":\"email\"}` will choose a person's human readable name from the cn attribute, and their email from the mail attribute.<br/>Available fields in Rocket.Chat: `name`, `email` and `username`, everything else will be saved as `customFields`.<br/>You can also use a regex to get the field value, like this: `{\"NameID\": { \"field\": \"username\", \"regex\": \"(.*)@.+$\"}, \"email\": \"email\"}`",
"SAML_Custom_Username_Field":"Username field name",