-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector Registration | Tagus | Outdated/Wrapped Legal Person Self Description is not Compatible with Clearing House #1301
Comments
@SanaSalem01
|
Aleksandar Kelecevic will provide additional details on our decision. Please also update on Monday if any new issue pops up. |
@typecastcloud @SanaSalem01 I recommend to also look into possible changes needed on frontend side - the missing self description could cause displaying issues for instance. |
@typecastcloud There are at least two issues here - I address them separately, but a single implementation should cover both. Context There are two issues at play here:
Way forward For the first issue, Clearing House will:
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
],
"type": "VerifiablePresentation",
"verifiableCredential": [
{ ... },
{ ... },
{ ... },
{ ... }
]
} containing a single Verifiable Presentation, with several Verifiable Credentials. Last one is always the Compliance credential, and the top ones are signed versions of the credentials passed in the input (Legal Person, Legal Registration Number, Terms and Conditions) Important: The input for the subsequent calls to the Clearing House IS NOT equal to the one above. The compliance credential (last one) is not expected as part of the input. For that, there are several options:
For the second issue, Clearing House will:
|
…ption process Activate connecter without self-description if legal person is outdated Refs: eclipse-tractusx#1301
…ions Error code sent by clearing house allows expected error code to be skipped and continue processing the connector. Refs: eclipse-tractusx/portal-backend#1301
…ption process PR2 (#1317) * Activate connecter without self-description if legal person is outdated Refs: #1301 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Description
As a data space participant, I want to register connectors, without interruptions.
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: