You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When provider requests data validation with VC/VP, oracle need to validate whether the requester is holder of VP via DID authentication.
Implementation
For a simple way, JWT can be used for DID authentication as done in account authentication.
I'm going to investigate whether there is a more general or standard way of DID authentication.
The text was updated successfully, but these errors were encountered:
As done in medibloc/vc-sdk#20, providers will prove their ownership of DID by providing DID authentication which is empty verifiable presentation with proof.
Background
When provider requests data validation with VC/VP, oracle need to validate whether the requester is holder of VP via DID authentication.
Implementation
For a simple way, JWT can be used for DID authentication as done in account authentication.
I'm going to investigate whether there is a more general or standard way of DID authentication.
The text was updated successfully, but these errors were encountered: