docusignapi - Obtaining DocuSign OAuth IntegratorKey -


i'd make app can allow users authenticate own docusign account , manage account through app. imagine use of oauth api grant me access token make requests on behalf of account.

however, seems docusign's rest api has me specify user's integratorkey (in addition email , password). understanding integratorkey obtained through developer account setup, don't want users going through

ref: http://www.docusign.com/p/restapiguide/content/oauth2/oauth2%20token%20request.htm

i believe sobo accomplish you. sobo (send on behalf of) functionality, can send requests on behalf of other users in same account. docusign dev center has page dedicated feature , lays out steps needed , how account needs configured.

please read following page info:

http://www.docusign.com/developer-center/explore/features/sobo

just highlight of main points, need have following settings enabled under account preferences use sobo:

- apiaccountwideaccess - allowsendonbehalfof 

and general steps take sobo are:

  1. obtain access token :authenticating" user.
  2. obtain access token "operating" user.
  3. send request on behalf of operating user.

as mentioned, please refer following page info need feature: http://www.docusign.com/developer-center/explore/features/sobo


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -