Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 29, 2023
2 parents 858e42c + 5924b7e commit f568afc
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 @@ -23,10 +23,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 @@ -40,9 +45,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 f568afc

Please sign in to comment.