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 all 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
4 changes: 2 additions & 2 deletions docs/en/revocation-lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ 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 User deletes the Digital Credential from the Wallet Instance;
- the Holder needs to address the loss or compromise of cryptographic key material associated with the issued Digital Credential. In such case, the End-User should request the revocation of the Digital Credential through a service provided by the Credential Issuer and using an authentication method that offers the same Level of Assurance obtained during the Credential Issuance;
- the User deletes the Digital Credential from the Wallet Instance. The Wallet Instance therefore should request the revocation of such Digital Credential to the Credential Issuer;

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

Expand Down
Loading