From 47583eb8eb5dd14c429916e6471c557ef3d2a669 Mon Sep 17 00:00:00 2001 From: sudeep Date: Wed, 31 Jan 2024 17:20:34 +0530 Subject: [PATCH] MOSIP-24235 : added check for Org Name for logged in user and the Subject Org in the certificate. Signed-off-by: sudeep --- src/assets/i18n/ara.json | 2 +- src/assets/i18n/eng.json | 2 +- src/assets/i18n/fra.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/i18n/ara.json b/src/assets/i18n/ara.json index 22522972..88097301 100644 --- a/src/assets/i18n/ara.json +++ b/src/assets/i18n/ara.json @@ -1769,7 +1769,7 @@ "SIGNATURE_VALIDATOR_006": "الجهاز مسجّل ، لذا لا يمكن أن يكون غير موقّع", "SIGNATURE_VALIDATOR_007": "معلومات الجهاز القيمة التي تم فك ترميزها فارغة", "SIGNATURE_VALIDATOR_008": "فشل التحقق من الثقة لـ [{}] >> PartnerType [{}] و CertificateData [{}]", - "SIGNATURE_VALIDATOR_009": "تم التحقق من صحة جذر الثقة (مع التحقق من اسم المؤسسة) بنجاح", + "SIGNATURE_VALIDATOR_009": "تم التحقق من صحة جذر الثقة بنجاح", "SIGNATURE_VALIDATOR_010": "فشل التحقق من الثقة - اسم المؤسسة غير متطابق مع شهادة [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "تم التحقق من صحة توقيع JWT بنجاح", "JWT_SIGNATURE_002": "فشل التحقق من صحة توقيع JWT", diff --git a/src/assets/i18n/eng.json b/src/assets/i18n/eng.json index 1695dab9..e1666080 100644 --- a/src/assets/i18n/eng.json +++ b/src/assets/i18n/eng.json @@ -1769,7 +1769,7 @@ "SIGNATURE_VALIDATOR_006": "Device is registered, so can not be unsigned", "SIGNATURE_VALIDATOR_007": "Device info Decoded value is null", "SIGNATURE_VALIDATOR_008": "Trust Validation Failed for [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", - "SIGNATURE_VALIDATOR_009": "Trust Root Validation (along with organization name check) is Successful", + "SIGNATURE_VALIDATOR_009": "Trust Root Validation is Successful", "SIGNATURE_VALIDATOR_010": "Trust Validation Failed- Organization Name is not matching with the Certificate for [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "JWT Signature validation is successful", "JWT_SIGNATURE_002": "JWT Signature validation failed", diff --git a/src/assets/i18n/fra.json b/src/assets/i18n/fra.json index f2a83a22..4f5864f2 100644 --- a/src/assets/i18n/fra.json +++ b/src/assets/i18n/fra.json @@ -1769,7 +1769,7 @@ "SIGNATURE_VALIDATOR_006": "L'appareil est enregistré, il ne peut donc pas être non signé", "SIGNATURE_VALIDATOR_007": "Informations sur l'appareil La valeur décodée est nulle", "SIGNATURE_VALIDATOR_008": "Échec de la validation de la confiance pour [ {} ] >> PartnerType[ {} ] et CertificateData[ {} ]", - "SIGNATURE_VALIDATOR_009": "La validation de la racine de confiance (ainsi que la vérification du nom de l'organisation) est réussie", + "SIGNATURE_VALIDATOR_009": "La validation de la racine de confiance est réussie", "SIGNATURE_VALIDATOR_010": "Échec de la validation de la confiance : le nom de l'organisation ne correspond pas au certificat de [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]", "JWT_SIGNATURE_001": "La validation de la signature JWT a réussi", "JWT_SIGNATURE_002": "La validation de la signature JWT a échoué",