diff --git a/server/i18n/en.json b/server/i18n/en.json index 0b201fb659..be04380150 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -8122,10 +8122,6 @@ "id": "ent.saml.build_request.app_error", "translation": "An error occurred while initiating the request to the Identity Provider. Please contact your System Administrator." }, - { - "id": "ent.saml.build_request.encoding.app_error", - "translation": "An error occurred while encoding the request for the Identity Provider. Please contact your System Administrator." - }, { "id": "ent.saml.configure.certificate_parse_error.app_error", "translation": "SAML could not load Identity Provider Public Certificate successfully, please contact your system administrator." @@ -8134,10 +8130,6 @@ "id": "ent.saml.configure.encryption_not_enabled.app_error", "translation": "SAML login was unsuccessful because encryption is not enabled. Please contact your System Administrator." }, - { - "id": "ent.saml.configure.load_idp_cert.app_error", - "translation": "Identity Provider Public Certificate File was not found. Please contact your System Administrator." - }, { "id": "ent.saml.configure.load_private_key.app_error", "translation": "SAML login was unsuccessful because the Service Provider Private Key was not found. Please contact your System Administrator." @@ -8146,10 +8138,6 @@ "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.do_login.decrypt.app_error", - "translation": "SAML login was unsuccessful because an error occurred while decrypting the response from the Identity Provider. Please contact your System Administrator." - }, { "id": "ent.saml.do_login.empty_response.app_error", "translation": "We received an empty response from the Identity Provider." @@ -8166,10 +8154,6 @@ "id": "ent.saml.do_login.parse.app_error", "translation": "An error occurred while parsing the response from the Identity Provider. Please contact your System Administrator." }, - { - "id": "ent.saml.do_login.validate.app_error", - "translation": "An error occurred while validating the response from the Identity Provider. Please contact your System Administrator." - }, { "id": "ent.saml.license_disable.app_error", "translation": "Your license does not support SAML authentication."