docusign-esign-csharp-client icon indicating copy to clipboard operation
docusign-esign-csharp-client copied to clipboard

Multiple Account session with Esign Dll

Open sameedaris opened this issue 4 years ago • 1 comments

Hello, Guys I want to give ability for using multiple docusign accounts inside my application . but when I am trying to run multiple sessions it is giving me error like "User is not related to account" "Invalid integration key" during single account session everything works fine. Kindly guide if multiple docusign sign accounts can be used with this Dll? or there are some static variables that will always cause issues?

sameedaris avatar Sep 02 '21 17:09 sameedaris

Can you elaborate on how you are using multiple accounts inside you app? Are the accounts you are using list in the userInfo Accounts response? see this https://github.com/docusign/docusign-esign-csharp-client/blob/master/test/SdkNetCoreTests/JwtAuthNetCoreUnitTests.cs#L39

RajRele avatar Sep 23 '21 22:09 RajRele