-
Notifications
You must be signed in to change notification settings - Fork 8
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
VC with status #98
Comments
Yes in our SSI-SDK we actually have plugins that both can handle the management side of things for revocations, as well as automatic random index assignments in a list when issuing a credential. Unfortunately we do not have documentation for it yet There is support on the RP or Wallet side. Whenever a StatusList2021 is encountered it will check the status. Reason we didn't include it is because it adds complexity to an already pretty complex demo to setup. |
Thanks! |
You will need to add them in the demo as well, as there currently is no automatic recognition of the status-list issuer being present from the agent itself. We still need to develop that part. Of course then you would be able to configure on the agent itself which statusList should be associated with which credential type(s) and then it would include them automatically. Now you will have to create a statusList entry (first create an actual statuslist) using the methods, and then include them in the Credential Payload. |
Hey guys, I was using your demo and both OID4VCI and OID4VP work perfectly! Good job.
I have one question about issuing VC with status / credentialStatus.
From what I can see, currently, the credentials issued within the demo don't have status.
I want to have something like this https://www.npmjs.com/package/@sphereon/vc-status-list
Which plugins i should add to the agent in this demo, to be able to issue VC with status?
The text was updated successfully, but these errors were encountered: