Rolson Quadras
Rolson Quadras
The loading of remote json-ld contexts were disabled as part of https://github.com/trustbloc/wallet/issues/1030. Need to revisit the initial loading logic as it affects the wallet performance.
Wallet acts as a OIDC provider and need to expose oidc config file for discovery
Currently, the client need to send ZCap authorization. This results in lots of calls to kms to sign zcap and then validate zcaps in ops-kms (zcaps are json-ld objects). The...
``` "urn:uuid:328b2f61-2ad2-41fa-bb74-c50df7080205","type":"AesKeyWrappingKey2019"},"hmac":{"id":"urn:uuid:02a6eb28-7bfa-44e6-bc57-57442702a1f5","type":"Sha256HmacKey2019"}} [restapi] 2021/03/08 00:56:44 UTC - operation.writeReadDocumentFailure -> INFO Failed to read document 999Vk4Zc1M7HziyHnsWdv in vault JSuuUn2iwmd3qx8dTLFREU: specified document does not exist. [restapi] 2021/03/08 00:56:44 UTC - operation.writeReadDocumentFailure ->...
TrustBloc VCS should support [OpenID4VCI](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html) interaction with holders/wallet by providing easy to use APIs for Issuers. ### Tasks - [x] Discuss with a team offloading OIDC part to 3rd party...
VCS project should support issuing/verifying credential by implementing W3C VC-APIs and easy to use template and OIDC4VC APIs. Work Items: - [x] #766 - [x] #752 - [x] #753 -...
TrustBloc VCS should support [OpenID4VP](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html) interaction with holders/wallet by providing easy to use APIs for Verifiers. - [x] Add presentation definition configuration to verifier create profile API - [x] Transaction...