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 3 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 requests such revocation due to the loss or replacement of cryptographic key material to which the issued Digital Credential is bound. In such case, the Holder should request a revocation using a web service provisioned by the Wallet Provider and an authentication method with a High Level of Assurance (e.g., CIE id level 3);
peppelinux marked this conversation as resolved.
Show resolved Hide resolved
peppelinux 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