Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod authored Jul 10, 2023
1 parent 16c4bdc commit 5924b7e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@

## User secrets Issuer, Verify

## User secrets and issuer/verify configuration

Select the correct endpoint depending to the business of the application.

```
{
"CredentialSettings": {
"Endpoint": "https://beta.did.msidentity.com/v1.0/{0}/verifiablecredentials/request",
"Endpoint": "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createPresentationRequest",
// "Endpoint": "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createIssuanceRequest",
"VCServiceScope": "bbb94529-53a3-4be5-a069-7eaf2712b826/.default",
"Instance": "https://login.microsoftonline.com/{0}",
"TenantId": "YOURTENANTID",
Expand All @@ -39,9 +44,9 @@
"CredentialManifest": "THE CREDENTIAL URL FROM THE VC PORTAL"
}
}
```


## Iso18013 Drivers License (mDL) scheme

I would like to base this on a standard scheme, but could not find any.
Expand Down

0 comments on commit 5924b7e

Please sign in to comment.