We are creating a windows based application on .Net 4.0 platform. There will be service representatives working on this application who will be creating documents online and sending it to the concerned persons. For all these representatives we will have a common username and password to login to DocuSign to upload and create the docusign document.
For this we want the representatives NOT to fill the username and password manually, but they will be auto logged-in when they try to open the docusign page in the browser on the click event of a button given in the windows application., which will say "Go To Docusign".
When the user clicks this "Go To Docusign" button on the win form application, browser window is opened and user is auto-logged-in as well.
Is their any mechanism that we genarate a token through REST based API of DocuSign and pass that in the Query String of the browser and our representative gets logged-in.
OR Suggest any other approach that will do.