Skip to content

Commit

Permalink
MOSIP-33205 Implemented Create OIDC Client Page (#420)
Browse files Browse the repository at this point in the history
* Added tool tip texts

Signed-off-by: Anil_Kumar_Majji <[email protected]>

* Implemented adding and deleting of Redirect Urls

Signed-off-by: Anil_Kumar_Majji <[email protected]>

* Implemented adding and deleting of Grant Types

Signed-off-by: Anil_Kumar_Majji <[email protected]>

* MOSIP-33205: Updated the text of Create OIDC Client page in all languages

Signed-off-by: Anil_Kumar_Majji <[email protected]>

---------

Signed-off-by: Anil_Kumar_Majji <[email protected]>
  • Loading branch information
Anil-kumar-Majji authored Jun 6, 2024
1 parent e20ee9b commit 913ccb3
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 75 deletions.
53 changes: 39 additions & 14 deletions pmp-reactjs-ui/public/i18n/ara.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,45 @@
"info":"تتوفر فقط معرفات الشركاء التي تم تحميل شهادة الشريك الخاصة بها في القائمة المنسدلة. إذا لم تجد معرف الشريك الخاص بك، فيرجى تحميل شهادة الشريك أولاً"
},
"authenticationServices": {
"authenticationServices": "Authentication Services",
"oidcClient": "OIDC Client",
"apiKey": "API Key",
"partnerId": "Partner ID",
"policyName": "Policy Name",
"oidcClientName": "OIDC Client Name",
"createdDate": "Created Date",
"apiKeyLable": "API Key Label",
"expiryDate": "Expiry Date",
"status": "Status",
"oidcClientId": "OIDC Client ID",
"action": "Action",
"createOidcClientBtn": "Create OIDC Client",
"generateApiKeyBtn": "Generate API Key"
"authenticationServices": "خدمات المصادقة",
"oidcClient": "عميل OIDC",
"partnerId": "معرف الشريك",
"policyName": "اسم السياسة",
"oidcClientName": "اسم عميل OIDC",
"createdDate": "تاريخ الإنشاء",
"expiryDate": "تاريخ الانتهاء",
"status": "حالة",
"oidcClientId": "معرف عميل OIDC",
"action": "فعل",
"createOidcClientBtn": "إنشاء عميل OIDC",
"apiKey": "مفتاح API",
"apiKeyLable": "تسمية مفتاح API",
"generateApiKeyBtn": "إنشاء مفتاح API"
},
"createOidcClient": {
"createOidcClient": "إنشاء عميل OIDC",
"help": "يساعد",
"selectPartnerId":"حدد معرف الشريك",
"devicePartner": "شريك الجهاز",
"policyGroupGoesHere": "مجموعة السياسات تذهب هنا",
"policyNameToolTip": "ستكون السياسات ذات الحالة 'موافق عليه' فقط متاحة في القائمة المنسدلة للاختيار.",
"policyNamePlaceHolder":"حدد السياسة التي يلزم فيها معرف عميل OIDC",
"selectPolicyName": "حدد اسم السياسة",
"name": "اسم",
"enterNameForOidcClient":"أدخل اسمًا لعميل OIDC",
"publicKey": "المفتاح العمومي",
"publicKeyToolTip": "يُسمح بتنسيق JWK فقط",
"publicKeyPlaceHolder": "أدخل المفتاح العام بتنسيق JWK فقط",
"loginUrl": "عنوان URL لتسجيل الدخول",
"loginUrlPlaceHolder": "أدخل عنوان URL للشعار",
"redirectUrl": "إعادة توجيه URL",
"redirectUrlPlaceHolder": "أدخل إعادة توجيه URI",
"enterLogoUrl": "أدخل عنوان URL للشعار",
"grantTypes": "أنواع المنح",
"enterGrantTypes": "أدخل أنواع المنح",
"delete": "يمسح",
"addNew": "اضف جديد",
"commentBoxDesc": "اذكر الغرض من طلب عميل OIDC"
},
"commons": {
"home": "بيت",
Expand Down
13 changes: 10 additions & 3 deletions pmp-reactjs-ui/public/i18n/eng.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,27 @@
"createOidcClient": {
"createOidcClient": "Create OIDC Client",
"help": "Help",
"selectPartnerId":"Select Partner ID",
"devicePartner": "Device Partner",
"policyGroupGoesHere": "Policy Group Goes Here",
"policyNameToolTip": "Only policies in APPROVED status will be available in the dropdown for selection.",
"policyNamePlaceHolder":"Select policy for which OIDC Client ID is required",
"selectPolicyName": "Select Policy Name",
"name": "Name",
"enterNameForOidcClient":"Enter a name for OIDC Client",
"publicKey": "Public Key",
"publicKeyToolTip": "Only JWK format is allowed",
"publicKeyPlaceHolder": "Enter public key in JWK format only",
"loginUrl": "Login URL",
"loginUrlPlaceHolder": "Logo URL Goes Here",
"loginUrlPlaceHolder": "Enter Logo URL",
"redirectUrl": "Redirect URL",
"redirectUrlPlaceHolder": "Redirect URI goes here",
"redirectUrlPlaceHolder": "Enter Redirect URI",
"enterLogoUrl": "Enter Logo Url",
"grantTypes": "Grant Types",
"enterGrantTypes": "Enter Grant Types",
"delete": "Delete",
"addNew": "Add New",
"commentBoxDesc": "Comment goes here..."
"commentBoxDesc": "Mention the purpose of requesting the OIDC Client"
},
"commons": {
"home": "Home",
Expand Down
51 changes: 38 additions & 13 deletions pmp-reactjs-ui/public/i18n/fra.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,20 +153,45 @@
"info":"Seuls les ID de partenaire dont le certificat de partenaire est téléchargé sont disponibles dans la liste déroulante. Si vous ne trouvez pas votre identifiant de partenaire, veuillez d'abord télécharger le certificat de partenaire"
},
"authenticationServices": {
"authenticationServices": "Authentication Services",
"oidcClient": "OIDC Client",
"apiKey": "API Key",
"partnerId": "Partner ID",
"policyName": "Policy Name",
"oidcClientName": "OIDC Client Name",
"createdDate": "Created Date",
"apiKeyLable": "API Key Label",
"expiryDate": "Expiry Date",
"status": "Status",
"oidcClientId": "OIDC Client ID",
"authenticationServices": "Services d'authentification",
"oidcClient": "Client OIDC",
"partnerId": "ID partenaire",
"policyName": "Nom de la politique",
"oidcClientName": "Nom du client OIDC",
"createdDate": "Date de création",
"expiryDate": "Date d'expiration",
"status": "Statut",
"oidcClientId": "ID client OIDC",
"action": "Action",
"createOidcClientBtn": "Create OIDC Client",
"generateApiKeyBtn": "Generate API Key"
"createOidcClientBtn": "Créer un client OIDC",
"apiKey": "clé API",
"apiKeyLable": "Étiquette de clé API",
"generateApiKeyBtn": "Générer une clé API"
},
"createOidcClient": {
"createOidcClient": "Créer un client OIDC",
"help": "Aide",
"selectPartnerId":"Sélectionnez l'ID du partenaire",
"devicePartner": "Partenaire de l'appareil",
"policyGroupGoesHere": "Le groupe de politiques va ici",
"policyNameToolTip": "Seules les politiques au statut APPROUVÉ seront disponibles dans la liste déroulante pour la sélection.",
"policyNamePlaceHolder":"Sélectionnez la stratégie pour laquelle l'ID client OIDC est requis",
"selectPolicyName": "Sélectionnez le nom de la stratégie",
"name": "Nom",
"enterNameForOidcClient":"Entrez un nom pour le client OIDC",
"publicKey": "Clé publique",
"publicKeyToolTip": "Seul le format JWK est autorisé",
"publicKeyPlaceHolder": "Saisissez la clé publique au format JWK uniquement",
"loginUrl": "URL de connexion",
"loginUrlPlaceHolder": "Entrez l'URL du logo",
"redirectUrl": "URL de redirection",
"redirectUrlPlaceHolder": "Entrez l'URI de redirection",
"enterLogoUrl": "Entrez l'URL du logo",
"grantTypes": "Types de subventions",
"enterGrantTypes": "Entrez les types de subventions",
"delete": "Supprimer",
"addNew": "Ajouter un nouveau",
"commentBoxDesc": "Mentionner le but de la demande du client OIDC"
},
"commons": {
"home": "Maison",
Expand Down
Loading

0 comments on commit 913ccb3

Please sign in to comment.