Getting revocation token #41
-
Hello, I wonder how can I get revocation token of a specific credential? In the official documentation (Signatory API), here I can see that endpoint to revoke specific credential expects and Thanks beforehand |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The idea of this basic-revocation mechanism is that in the scope of credential-issuance, a token (derived from a base-token) is generated and embedded in the credentialStatus attribute of the credential. This credentialStatus field then can be checked by a verifier. In case you are looking for a more advanced revocation-mechanism, please let us know. We are already working on other options as well. |
Beta Was this translation helpful? Give feedback.
The idea of this basic-revocation mechanism is that in the scope of credential-issuance, a token (derived from a base-token) is generated and embedded in the credentialStatus attribute of the credential. This credentialStatus field then can be checked by a verifier.
This test-case shows the logic: https://github.com/walt-id/waltid-ssikit/blob/105796b3f9a73da3e634afc36d7525576dffe6c1/src/test/kotlin/id/walt/signatory/RevocationServiceTest.kt#L9
In case you are looking for a more advanced revocation-mechanism, please let us know. We are already working on other options as well.