DocuSign OAuth 2.0 implemenation
Summary: Which of the three methods is Oracle using to connect to DocuSign?
Content (required):
Oracle ERP support using OAuth 2.0 authentication to configure Manage Electronic Signature for DocuSign.
To make calls to the eSignature API, you must request the signature scope during the authentication process.
Using the Authentication Code Grant, you request the signature scope when you make the the authentication code request
Using the JWT grant, you request the signature scope in the body of the JWT token
Using the Implicit grant, you request the signature scope when you make the access token request
(From: https://developers.docusign.com/docs/esign-rest-api/esign101/auth/
Tagged:
0