-
Notifications
You must be signed in to change notification settings - Fork 88
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
API for VID revocation #50
Comments
@kneckinator the details for revoke VID API are given below Sample request is given below:
|
Noting from above posted by @rakhimosip and from previous discussions that it is only possible to revoke a VID. After a VID has been revoked, it should no longer be possible to request a VC for it. |
Updated issue description. |
Updated issue title (VC->VID) |
@rakhimosip when and where will the above API go live so that we can test it? |
@kneckinator the above API is available in the The swagger link to the api is available here |
@rakhimosip which version of the MOSIP platform is it targeting? |
@kneckinator qa4 is on 1.2.1 version of the platform. This version is a WIP and has not yet been released. I just checked and this change was NOT part of the 1.2.0 version. API link here I will check about 1.2.0.1 version and update it here. |
@rakhimosip Ok, so for the VID revocation for 1.1.5, should the https://docs.mosip.io/1.1.5/apis/resident-service-apis#patch-resident-v1-vid-vid API be used? |
@kneckinator Yes, you are right. If the app is being used on top of the 1.1.5 platform version then we need to use the old API |
@kneckinator I have an update on this. Your thoughts on this? |
feat(#71): [Tilak] Show error code hint only if code is available This change is supposed to make the error code implementation on inji to backward compatible with tuvali without error code implementation.
As an Inji user
I would like to be able to revoke a
VCVIDSo that I can prevent it from being used and sharedSo that I can prevent it from being used to generate VCs
API:s needed on the MOSIP side
getRevocationStatus(verifiable_credential)revokeCredential(verifiable_credential)Business process questions
The questions were answered during a call on 2022-07-27 and the outcome is that:
How should the revocation status be propagated to parties with which a VC has been shared?I.e I share my VC with a bank, then I revoke it 2 days later. When/how will the bank understand that my VC has been revoked?
Is there any hierarchy/dependency between UIN/VID/VC? I.e could revocation of one VC affect other VC:s?Dependencies
idpass#210
The text was updated successfully, but these errors were encountered: