0

I am using the laucher-csharp demo project of Docusign and it works well when I am debugging in VS2019. However, when I try to run it on the staging server we keep getting the error: /Home/Error?message=Correlation%20failed. after the authentication but before getting into the documento to sign.

We tried many different settings and inside and outside the server.

FredericoR
  • 71
  • 5

2 Answers2

0

At the moment there's an issue (tracked on the DocuSign side under issue number DEVDOCS-3071) with how Chrome disallows insecure cookies. If you try again using Firefox or Edge, do you get the same behavior?

Drew
  • 4,922
  • 1
  • 6
  • 17
  • If this is the Chrome issue, then using your app via https will also solve the problem. (And https is always preferred.) – Larry K Sep 01 '20 at 07:57
0

Correlation failed in net.core / asp.net identity / openid connect This may help give some context. Suggest you check other browsers and Chrome cookie settings. Also, if you need to authenticate from your staging server, you will need to update the URL of that server in the OAuth by going to API and Keys page and finding your key and adding it.

Inbar Gazit
  • 12,566
  • 1
  • 16
  • 23