From 1985d15fe418df7ad2ffe06ef9461d426aba77f5 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 6 Oct 2020 14:09:05 +0530 Subject: [PATCH] [internal]: Added an error string for checking invalid time (#15807) * [internal]: Added an error string for checking invalid time This is used by SAML library when an xml response has time set outside the valid range. * Add missing comma --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 7383e68de1..75db39db37 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6230,6 +6230,10 @@ "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.invalid_time.app_error", + "translation": "We received an invalid time 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."