From c7165c5ff27b66d0ec69dcc3aba24d8b97789b58 Mon Sep 17 00:00:00 2001 From: catalintomai <56169943+catalintomai@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:30:57 +0200 Subject: [PATCH] MM-62767: Add Custom Profile Attributes to the SAML synchronization process (#30459) --- server/i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/server/i18n/en.json b/server/i18n/en.json index e4578090b1..f1845d2b90 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -8292,6 +8292,10 @@ "id": "ent.saml.configure.not_encrypted_response.app_error", "translation": "SAML login was unsuccessful as the Identity Provider response is not encrypted. Please contact your System Administrator." }, + { + "id": "ent.saml.cpa_field_mapping.list_error", + "translation": "Failed to retrieve CPA field(s)" + }, { "id": "ent.saml.do_login.empty_response.app_error", "translation": "We received an empty response from the Identity Provider." @@ -8328,6 +8332,14 @@ "id": "ent.saml.service_disable.app_error", "translation": "SAML 2.0 is not configured or supported on this server." }, + { + "id": "ent.saml.update_cpa.empty_attribute_statement", + "translation": "SAML assertion attribute statement is invalid" + }, + { + "id": "ent.saml.update_cpa.multiple_errors", + "translation": "Error(s) updating CPA values" + }, { "id": "ent.user.complete_switch_with_oauth.blank_email.app_error", "translation": "Unable to complete SAML login with an empty email address."