Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 5, 2023
2 parents faa8f32 + ccaa190 commit 50249e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

- 2023-07-04 Initial version

## User secrets Issuer, Verify
## User secrets and verify configuration

```
{
"CredentialSettings": {
"Endpoint": "https://beta.did.msidentity.com/v1.0/{0}/verifiablecredentials/request",
"Endpoint": "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createPresentationRequest",
"VCServiceScope": "bbb94529-53a3-4be5-a069-7eaf2712b826/.default",
"Instance": "https://login.microsoftonline.com/{0}",
"TenantId": "YOURTENANTID",
Expand All @@ -28,6 +28,10 @@
```

## Issue Entra Verified ID Employee credentials

https://github.com/swiss-ssi-group/EntraVerifiedEmployee

## Local debugging, required for callback

```
Expand Down Expand Up @@ -62,5 +66,3 @@ https://dotnetthoughts.net/using-node-services-in-aspnet-core/
https://identity.foundation/ion/explorer

https://www.npmjs.com/package/ngrok

https://github.com/microsoft/VerifiableCredentials-Verificatio

0 comments on commit 50249e3

Please sign in to comment.