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 2c1d0a9 commit 104232c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@
"SIGNATURE_VALIDATOR_007": "معلومات الجهاز القيمة التي تم فك ترميزها فارغة",
"SIGNATURE_VALIDATOR_008": "فشل التحقق من الثقة لـ [{}] >> PartnerType [{}] و CertificateData [{}]",
"SIGNATURE_VALIDATOR_009": "تم التحقق من صحة جذر الثقة بنجاح",
"SIGNATURE_VALIDATOR_010": "فشل التحقق من الثقة - اسم المؤسسة غير متطابق مع شهادة [ {} ] >> PartnerType[ {} ] and CertificateData[ {} ]",
"JWT_SIGNATURE_001": "تم التحقق من صحة توقيع JWT بنجاح",
"JWT_SIGNATURE_002": "فشل التحقق من صحة توقيع JWT",
"TIMECHECK_VALIDATOR_001": "تم التحقق من صحة التحقق من الوقت بنجاح",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@
"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 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",
"TIMECHECK_VALIDATOR_001": "Time Check validation is Successful",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -1770,6 +1770,7 @@
"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 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é",
"TIMECHECK_VALIDATOR_001": "La validation du contrôle horaire est réussie",
Expand Down

0 comments on commit 104232c

Please sign in to comment.