Skip to content

Commit

Permalink
MOSIP-24235 : added check for Org Name for logged in user and the Sub…
Browse files Browse the repository at this point in the history
…ject Org in the certificate.

Signed-off-by: sudeep <[email protected]>
  • Loading branch information
Sudeep7353 committed Jan 31, 2024
1 parent 56882c0 commit 47583eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -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é",
Expand Down

0 comments on commit 47583eb

Please sign in to comment.