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

status shows as unrevoked even if status list can't be retrieved #642

Open
jchartrand opened this issue Oct 2, 2024 · 0 comments
Open
Labels
bug Schedule this bug medium

Comments

@jchartrand
Copy link
Contributor

Describe the bug
If the status list for a given credential can't be retrieved during verification (for any reason including that the list is no longer maintained by the issuer), then the credential shows as Invalid in the LCW, but the revocation status shows as: "Has not been revoked by issuer." even though we can't confirm the status either way.

See the screenshot below for an example of how it currently (and incorrectly) shows.

To Reproduce
Steps to reproduce the behavior:
1.Issue a credential with a status
2.Make it so the status list associated with the status entry is no longer available at its url
3. open the credential in the LCW

Expected behavior
Rather than saying "Has not been revoked by issuer." it should instead say, "Revocation status could not be checked."

Screenshots
This is how it currently (and incorrectly) shows:

image

Additional context

VerifierPlus has the same problem, which is described by this issue: digitalcredentials/web-verifier-plus#138
We want both the LCW and V+ to show the same messaging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Schedule this bug medium
Projects
Status: No status
Development

No branches or pull requests

2 participants