-
Notifications
You must be signed in to change notification settings - Fork 10
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
24.08. conformity: supported credential types #190
Comments
The current issuer component supports the following framework agreement credentials:
Those need to get set to inactive by setting the "expiry date" to 16th of October 2024.
When creating the credential, it must look like defined below: {
"id": "{uuid}",
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/catenax/credentials/v1.0.0"
],
"type": ["VerifiableCredential", "DataExchangeGovernanceCredential"],
"issuanceDate": "{issuance date - format: 2024-10-16T00:00:00Z}",
"expirationDate": "{expiration date - format: 2025-10-15T00:00:00Z}",
"issuer": "{did issuer}",
"credentialSubject": {
"id": "{did holder}",
"holderIdentifier": "{bpn}",
"group": "UseCaseFramework",
"useCase": "DataExchangeGovernance",
"contractTemplate": "https://catena-x.net/fileadmin/user_upload/04_Einfuehren_und_umsetzen/How_To_Conclude_Data_Exchange_Contracts.pdf",
"contractVersion": "1.0"
}
} |
5 tasks
5 tasks
Closed
1 task
@jjeroch: is this already done? |
@Sebastian-Wurm yes, it was part of the 24.08 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
We need to update the seeding release data to align with the new 24.08 standard. The current implementation supports the 24.05 standard, which includes an enhanced set of credentials within the release image file. The new requirement is to move these credentials to the test data file. Going forward, the release image will only contain the "Framework" credential, specifically the "Framework Exchange Governance Credential".
Tasks:
**contractTemplateURL: https://catena-x.net/fileadmin/user_upload/04_Einfuehren_und_umsetzen/How_To_Conclude_Data_Exchange_Contracts.pdf
To be updated seeding files:
The text was updated successfully, but these errors were encountered: