Skip to content

Commit

Permalink
fix verify
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jul 4, 2023
1 parent 5fc9b33 commit 61b50ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EmployeePaycheck/Services/VerifierService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public VerifierRequestPayload GetVerifierRequestPayload(HttpRequest request)
payload.Callback.Url = $"{host}/api/verifier/presentationCallback";
payload.Callback.Headers.ApiKey = _credentialSettings.VcApiCallbackApiKey;

payload.Registration.ClientName = "Verified Employee";
payload.Registration.ClientName = "VerifiedEmployee";
payload.Authority = _credentialSettings.VerifierAuthority;

var requestedCredentials = new RequestedCredentials
Expand Down
2 changes: 1 addition & 1 deletion EmployeePaycheck/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// "ClientSecret": "",
// "Authority": "https://login.microsoftonline.com/5698af84-5720-4ff0-bdc3-9d9195314244",

// "Endpoint": "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createIssuanceRequest",
// "Endpoint": "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createPresentationRequest",
// "VCServiceScope": "3db474b9-6a0c-4840-96ac-1fceb342124f/.default",
// "VcApiCallbackApiKey": "",
// "CertificateName": "[Or instead of client secret: Enter here the name of a certificate (from the user cert store) as registered with your application]",
Expand Down

0 comments on commit 61b50ec

Please sign in to comment.