Skip to content
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

Update credential revocation reason from issuer's perspective #307

Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/revocation-lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Functional Requirements
- revoke a Digital Credential when the following circumstances occur:

- the Digital Credential requires to be updated, whenever one or more attributes are changed; in this case the User will request a new issuance for that Digital Credential;
- the Wallet Instance that holds the Digital Credential was issued is revoked;
- the Holder needs to address the loss or compromise of cryptographic key material associated with the issued Digital Credential. In such case, the Holder should request revocation through a web service provided by the Wallet Provider, using an authentication method that offers a High Level of Assurance (e.g., CIE ID level 3);
grausof marked this conversation as resolved.
Show resolved Hide resolved
- the User deletes the Digital Credential from the Wallet Instance;
peppelinux marked this conversation as resolved.
Show resolved Hide resolved

- provide a web service for allowing a Wallet Instance, with a proof of possession of a specific Digital Credential, to
Expand Down
Loading