docusign-csharp-client | Official DocuSign C # Client Library | REST library
kandi X-RAY | docusign-csharp-client Summary
kandi X-RAY | docusign-csharp-client Summary
The Official DocuSign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docusign-csharp-client
docusign-csharp-client Key Features
docusign-csharp-client Examples and Code Snippets
Community Discussions
Trending Discussions on docusign-csharp-client
QUESTION
I have been working on connecting to the DocuSign API via a Blazor web app. For the most part, I have things working, except for the consent piece.
For context, my current build is mostly referencing https://github.com/docusign/docusign-csharp-client as the source, and I've modified what I needed from there. I've included code examples below. Additionally, I would like to say that I have tried just about every c# authorization flow DocuSign has documented, and in every case, it's also the consent piece where I run into issues.
Now, onto the specific issue: when I try to authorize consent (see code immediately below) with the returned Uri, I am prompted to login to DocuSign with my developer account. This is baffling to me, as I can't find any mention in their documentation that this is supposed to happen. From what I can tell, the user should be prompted to "Accept" or "Decline" the consent, but that is all. I can only assume I'm mistaken in my understanding of what's supposed to happen.
...ANSWER
Answered 2020-May-02 at 02:16Consent for only required once per app/integration.
Let's answer your questions:
- Am I understanding the flow correctly? Yup, you do.
- Why do I have to sign in when attempting to get consent? Well, how would DocuSign know who is consenting if they didn't sign-in? the consent is tied to your individual user account and every user has to consent individually.
- Is that expected behavior? yup, it is.
- If it is expected behavior, can I skip that (without pissing off DocuSign lawyers)? not sure about the lawyers part, but you cannot skip it. It is only required once. Once a user gives consent to an app, and unless they explicitly revoke it later, they do not need to do this again, ever.
To summarize:
Consent for only required once per app/integration.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docusign-csharp-client
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page