Console for credential management #332
Replies: 5 comments 1 reply
-
@sukhpreetsamagra Super exciting usecase ! Sharing possible mappings I see below against each of your use cases
4, Revocation of credentials due to deletion / update of record in transaction system
We also have a pretty mature PHP based implementation.. but that wont work in this case i think. But check it out here for ideas https://github.com/techjoomla/TJ-Notifications .. Could UCI be integrated ? |
Beta Was this translation helpful? Give feedback.
-
Let us make sure all external integrations from RC are loosely coupled and well interfaced out (cQube, UCI, etc.). |
Beta Was this translation helpful? Give feedback.
-
Affinidi Developer tools can be used as building blocks and integrated with application logic for transaction management. They are available here and there is a sample reference app also available that illustrates how to use it https://github.com/affinidi/elements-reference-app-frontend. 1-4 can be easily built using these building blocks. There is a managed solution with Affinidi for #5. cc: @sukhpreetsamagra @suresh12 @ChakshuGautam @surendrasinghs |
Beta Was this translation helpful? Give feedback.
-
@dhiway provides the solution through 2 forms. 1. OpensourceA developer can use combination of below repos (for asks 1-4)
Happy to address the gaps in documentation, if someone fails to understand something in above projects. 2. CommercialUsing the same project as the underlaying ledger, (ie, cord / cord.js) but with few more APIs and auth layer, and few more options to create templates for given schema etc, Dhiway provides https://studio.dhiway.com as a SaaS product, which can be used to create credentials and manage them. This solution has integration with SES and Sendgrid/msg91 for sending emails and SMSs. If one is not interested in UI layer of #MARK Studio, then they can use the APIs available too. We are also working on making our ledger and VC library work smoothly with Sunbird RC solutions, so one would get the same behaviour using Sunbird stack too. This is taking bit more time than anticipated. |
Beta Was this translation helpful? Give feedback.
-
Thanks everyone. We have reviewed Sunbird Admin Portal and Sunbird Issuance Portal(https://github.com/Sunbird-RC/sunbird-rc-issuance-ui) for ULP Implementation. We will extend those applications to to include additional functionalities needed for the above use cases. |
Beta Was this translation helpful? Give feedback.
-
A state education department plans to leverage RC to issue educational credentials (proof of enrolment, proof of scholarship / aid, proof of learning achievement). The state has existing transaction systems which will be leveraged for generating credentials. Use cases for a credential management console include:
Are there any implementations available in RC or in the larger open source ecosystem that can be contributed back to RC?
@parthlawate @coolbung @girirajdaga - Based on our past discussions will be good if you can add perspective on what is available in RC or as open source assets that can be contributed back to RC in the next few weeks.
cc - @suresh12 @ChakshuGautam @surendrasinghs
Beta Was this translation helpful? Give feedback.
All reactions