3. Load x509credential into organization wallet
đź’ˇIf the credential is issued by the same party holding the wallet of the credential holder, this step can be skipped: Nuts Admin will load the credential into the selected wallet automatically.
Using Nuts Admin application:
- Log in to the care organization’s Nuts Admin application.
- Click on “Identities”.
- Click on the wallet to load the credential into (there should be only one).
- Click on “Load Credential”.
- Enter/paste the credential in the input field.
- Click on “Load credential”.
Using API:
toTo doload the credential into the Nuts node via its REST API, perform the following HTTP request:
POST <internal Nuts interface>/internal/vcr/v2/holder/<subjectID>/vc
Content-Type: application/json
<JWT>
Replace <subjectID>
with the subject, and <JWT>
with the credential in JWT format (a JSON string enclosed in double quotes)