-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add external service detail in subscription management detail o…
…verlay (#1028)
- Loading branch information
1 parent
a4cca26
commit 25f38c0
Showing
4 changed files
with
142 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1528,7 +1528,34 @@ | |
"helpText": "For any questions regarding these change(s), please contact the Catena-X helpdesk:", | ||
"email": "[email protected]", | ||
"tenantUrlSuccessMsg": "App Tenant URL successfully updated", | ||
"tenantUrlErrorMsg": "Error! Something went wrong" | ||
"tenantUrlErrorMsg": "Error! Something went wrong", | ||
"externalServices": { | ||
"heading": "Details zum externen Dienst", | ||
"trustedIssuer": { | ||
"label": "Vertrauenswürdiger Aussteller", | ||
"description": "Der vertrauenswürdige Aussteller, der für die Ausstellung der Identitätsnachweise verantwortlich ist." | ||
}, | ||
"participantId": { | ||
"label": "Teilnehmer-ID", | ||
"description": "Die eindeutige Kennung des Teilnehmers im externen System." | ||
}, | ||
"iatpId": { | ||
"label": "IATP-ID", | ||
"description": "Die eindeutige Kennung des IATP-Programms (Identity and Trust Protocol)." | ||
}, | ||
"didResolver": { | ||
"label": "DID-Resolver", | ||
"description": "Die URL des DID-Resolvers (Decentralized Identifier), der für die Auflösung der dezentralen Identitäten verwendet wird." | ||
}, | ||
"decentralIdentityManagementAuthUrl": { | ||
"label": "Auth-URL für dezentrales Identitätsmanagement", | ||
"description": "Die URL des Authentifizierungsendpunkts für das dezentrale Identitätsmanagement." | ||
}, | ||
"decentralIdentityManagementServiceUrl": { | ||
"label": "Service-URL für dezentrales Identitätsmanagement", | ||
"description": "Die URL des Dienstendpunkts für das dezentrale Identitätsmanagement." | ||
} | ||
} | ||
} | ||
}, | ||
"adminBoard": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1495,7 +1495,34 @@ | |
"helpText": "For any questions regarding these change(s), please contact the Catena-X helpdesk:", | ||
"email": "[email protected]", | ||
"tenantUrlSuccessMsg": "App Tenant URL successfully updated", | ||
"tenantUrlErrorMsg": "Error! Something went wrong" | ||
"tenantUrlErrorMsg": "Error! Something went wrong", | ||
"externalServices": { | ||
"heading": "External Service Details", | ||
"trustedIssuer": { | ||
"label": "Trusted Issuer", | ||
"description": "The trusted issuer responsible for issuing the identity credentials." | ||
}, | ||
"participantId": { | ||
"label": "Participant ID", | ||
"description": "The unique identifier of the participant in the external system." | ||
}, | ||
"iatpId": { | ||
"label": "IATP ID", | ||
"description": "The unique identifier of the IATP (Identity and Trust Protocol)." | ||
}, | ||
"didResolver": { | ||
"label": "DID Resolver", | ||
"description": "The URL of the DID (Decentralized Identifier) resolver used for resolving decentralized identities." | ||
}, | ||
"decentralIdentityManagementAuthUrl": { | ||
"label": "Decentralized Identity Management Auth URL", | ||
"description": "The URL of the authentication endpoint for the decentralized identity management." | ||
}, | ||
"decentralIdentityManagementServiceUrl": { | ||
"label": "Decentralized Identity Management Service URL", | ||
"description": "The URL of the service endpoint for the decentralized identity management." | ||
} | ||
} | ||
} | ||
}, | ||
"adminBoard": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters