From aa162dfd591a37072966676615fe72270f5cf52f Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Fri, 2 Oct 2020 22:32:22 +0530 Subject: [PATCH] [internal]: Validate response signature (#15736) * [internal]: Validate response signature We add the error message here for validating response signature * Trigger CI Co-authored-by: Mattermod --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 64f249419a..ed526adb29 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6194,6 +6194,10 @@ "id": "ent.saml.do_login.empty_response.app_error", "translation": "We received an empty response from the Identity Provider." }, + { + "id": "ent.saml.do_login.invalid_signature.app_error", + "translation": "We received an invalid signature in the response from the Identity Provider. Please contact your System Administrator." + }, { "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."