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

[Credential Issuer] Additional details on the released status assertion #401

Open
grausof opened this issue Sep 10, 2024 · 0 comments
Open

Comments

@grausof
Copy link
Collaborator

grausof commented Sep 10, 2024

Currently the status assertions issued by the credential issuer contains only a boolean information about the validity or otherwise of the document.

Since some credentials and especially the driving license have additional states in addition to revoked such as suspended, withdrawn etc. it is necessary to enrich the documentation to support these additional details in the status attestation.

The idea could be to use the additional field credential_status_detail provided within PR 61.

Since credential_status_detail is defined by the issuer it is therefore necessary to define what the content of this chapter will be.

This might be an idea of ​​how it might look inside the entity configuration:

"credential_status_detail": {
        "revoked": {
            "display": [
                {
                    "name": "Revocata",
                    "description": "La patente non è più utilizzabile in quanto è stata revocata e potrà essere utilizzata solo al termine del periodo di revoca"
                    "locale": "it-IT"
                },
                {
                    "name": "Revoked",
                    "description": "The driving licence is no longer usable as it has been revoked and can only be used at the end of the revocation period",
                    "locale": "en-US"
                }
            ]
        }
   }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

4 participants