-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add display metadata to the CredentialResponse #421
Comments
That would mean that display information inside the credential response would overrule the generic display information inside the issuer metadata if I understand correctly? |
Good idea. Some thoughts:
|
In general not against the idea but have some questions/thoughts:
|
Another option is to include attribute values, from the credential, to overlay on top of the card view in the credential display metadata. The background_image could be an SVG with parameterized values, if precise layout was required. |
When receiving a credential from the Credential Endpoint we'd like an Issuer to be able to provide optional "card art" and a description.
For example an CredentialResponse maybe extended as follows:
This allows the wallet to display the credential with personalized cardart and descriptions in a standardized way, regardless of credential format or doctype. See this screenshot for an example of customized logo, title and description.
The text was updated successfully, but these errors were encountered: