-
Notifications
You must be signed in to change notification settings - Fork 29
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
"Issued To" Not Displaying When Using Identifier in CredentialSubject #632
Comments
kayaelle
changed the title
Issued to Not Displaying When Using Identifier in CredentialSubject
"Issued To" Not Displaying When Using Identifier in CredentialSubject
Aug 6, 2024
Related to #539 |
Need to re-release on iOS Test Flight to verify issue; waiting from MIT re: profile/cert issue in order to Distribute app |
Display rules for Open Badges:
|
alexfigtree
moved this from In Progress
to Ready for PR Review/re-test
in DCC Engineering
Sep 19, 2024
Currently passing Rules 2 and 3 above, opened new ticket for 1 (New display rule for open badges #641) on Build 82, moving to Release Ready |
alexfigtree
moved this from Ready for PR Review/re-test
to Release Ready
in DCC Engineering
Sep 25, 2024
Completed, moving to Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In relation to closed issue:
https://github.com/digitalcredentials/learner-credential-wallet/issues/539
This credential template: https://dashboard.dcconsortium.org/admin/collections/credential-template/66a3b2db6789dd1f426dab93 should produce a credential than uses the code implemented for issue #539 but "Issued To" is not displaying in the LCW.
It is displaying fine in the signed example that @alexfigtree mentions in #539 but this is because the credential also contains credentialSubject.name - the old way that we have included Issued to.
To Reproduce
Steps to reproduce the behavior:
Alternative way to reproduce:
re-sign example that @alexfigtree mentions in #539 without credentialSubject.name in the data.
Expected behavior
Issued To should be displayed in the credential display if there is an identifier in the credential subject that looks like:
"identifier":[ { "type":"IdentityObject", "hashed":false, "identityHash":"Sam Smith", "identityType":"name"} ],
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: