ForkbombEu / DIDroom_microservices

DIDroom credential issuer part of Forkbomb's SSI solution
1 stars 0 forks source link

Any 3rd party wallet must be able to request a credential to a DIDroom based issuer #105

Closed andrea-dintino closed 2 months ago

andrea-dintino commented 1 year ago

Realistically the wallet (=holder's mobile application) scenario will be very fragmented, with some wallet vendors having an unfair competitive advantage (e.g. Intrasoft's EUDI-ARF reference implementation). Therefore we need to deal with a scenario where multiple 3rd party wallets must be able to request a credential to our back-end (and vice-versa, although the opposite case is probably negligible).

Therefore, in order for a 3rd party mobile wallet to be able to receive a credential from our back-end, where the credential requires data validation, a protocol is needed to allow the wallet to request the issuer "what data do you need, to issue this credential?".

andrea-dintino commented 2 months ago

Complete