Rolson Quadras
Rolson Quadras
Add update/delete issuer/holder/verifier profile endpoints
https://dev.azure.com/trustbloc/edge/_build/results?buildId=4584&view=logs&j=45df0187-fa5a-5401-6266-5ab2d1806b58&t=555e94f3-aca8-53ff-26a9-f1c2824b5a9e ` Error: expected status code 201 but got status code 400 with response body {"errMessage":"failed to validate credential: compact JSON-LD document: loading remote context failed: Dereferencing a URL did...
Currently, system only supports Name (which effectively is an ID). We need to support user friendly name. Due to this the VC contains a issuer.name which is basically the id...
https://github.com/trustbloc/edge-service/blob/a2c7a389e5b3e1f07855c486723f43ea71f1cc0d/pkg/restapi/vc/operation/operations.go#L767
https://github.com/trustbloc/edge-service/blob/a2c7a389e5b3e1f07855c486723f43ea71f1cc0d/pkg/restapi/vc/operation/operations.go#L737-L758
May be original idea was to have some whitelist. Probably we can move this to a config. _Originally posted by @rolsonquadras in https://github.com/trustbloc/edge-service/pull/405_
need todo to revisit. did:sov supports authentication, for example. _Originally posted by @troyronda in https://github.com/trustbloc/edge-service/pull/364_
Currently, the combined mode includes issuer, verifier and holder. Need to provide more flexible option to configure multiple modes https://github.com/trustbloc/edge-service/blob/b5b5609333ba7970210dea943ed2c77645057f94/pkg/restapi/vc/operation/operations.go#L256-L263
we should have a TODO to switch to underscore separation (as we did with sidetree). _Originally posted by @troyronda in https://github.com/trustbloc/edge-service/pull/321_