"SAML_Custom_signature_validation_type_description":"This setting will be ignored if no 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). \nAs an example, `{\"name\":\"cn\", \"email\":\"mail\"}` will choose a person's human readable name from the cn attribute, and their email from the mail attribute.\nAvailable fields in Rocket.Chat: `name`, `email` and `username`, everything else will be saved as `customFields`.\nAssign the name of an immutable attribute to the '__identifier__' key to use it as user identifier.\nYou can also use regexes and templates. Templates will be processed first except when they reference the result of the regex.\n```{\n \"email\": \"mail\",\n \"username\": {\n \"fieldName\": \"mail\",\n \"regex\": \"(.*)@.+$\",\n \"template\": \"user-__regex__\"\n },\n \"name\": {\n \"fieldNames\": [\n \"firstName\",\n \"lastName\"\n ],\n \"template\": \"__firstName__ __lastName__\"\n },\n \"__identifier__\": \"uid\"\n}```\n",
"SAML_Custom_user_data_fieldmap_description":"Configure how user account fields (like email) are populated from a record in SAML (once found). \nAs an example, `{\"name\":\"cn\", \"email\":\"mail\"}` will choose a person's human readable name from the cn attribute, and their email from the mail attribute.\nAvailable fields in Rocket.Chat: `name`, `email` and `username`, everything else will be discarted.\n```{\n \"email\": \"mail\",\n \"username\": {\n \"fieldName\": \"mail\",\n \"regex\": \"(.*)@.+$\",\n \"template\": \"user-__regex__\"\n },\n \"name\": {\n \"fieldNames\": [\n \"firstName\",\n \"lastName\"\n ],\n \"template\": \"__firstName__ __lastName__\"\n },\n \"__identifier__\": \"uid\"\n}\n",
"SAML_Custom_user_data_custom_fieldmap":"User Data Custom Field Map",
"SAML_Custom_user_data_custom_fieldmap_description":"Configure how user custom fields are populated from a record in SAML (once found).",
"SAML_Custom_Username_Field":"Username field name",