标题 X-DocuSign-Authentication 应该如何用于 REST 和 SOAP? [英] How should the header X-DocuSign-Authentication be used for REST and SOAP?

查看:15
本文介绍了标题 X-DocuSign-Authentication 应该如何用于 REST 和 SOAP?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当用于 REST 和 SOAP 时,使用标头X-DocuSign-Authentication"的选项和格式是什么?

解决方案

What are the options in and formats for using the header "X-DocuSign-Authentication" when used for REST and SOAP?

解决方案

X-DocuSign-Authentication [HTTP HEADER]

  • Best Practice: Use an obfuscated username and password in the api authentication header
  • Definition: Send On Behalf Of Rights (API) is SOBO.

Given the following values:

  • Username == API Service User == "service.account.user.member@domain.com" == USERID "cdcd3fc7-2b3c-40d4-98ed-ff90add317ca"
  • Password == "yourpassword" = EncryptedAPIPassword == "/A5hpPhSczID+JNEKZbg5mYf7+7="
  • SOBOUser == "user.member@domain.com" == USERID "eacd3fc7-2b3c-40d4-98ed-ff90add317ff"
  • Integratorkey == "YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e"

Your code needs to result in a http header value for the HTTP header X-DocuSign-Authentication of:

XML format:

NON-SOBO

<DocuSignCredentials><Username>cdcd3fc7-2b3c-40d4-98ed-ff90add317ca</Username><Password>/A5hpPhSczID+JNEKZbg5mYf7+7=</Password><IntegratorKey>YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e </IntegratorKey></DocuSignCredentials>

SOBO

<DocuSignCredentials><Username>cdcd3fc7-2b3c-40d4-98ed-ff90add317ca</Username><Password>/A5hpPhSczID+JNEKZbg5mYf7+7=</Password><IntegratorKey>YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e</IntegratorKey><SendOnBehalfOf>eacd3fc7-2b3c-40d4-98ed-ff90add317ff </SendOnBehalfOf></DocuSignCredentials>

JSON format:

NON-SOBO

{"Username":"cdcd3fc7-2b3c-40d4-98ed-ff90add317ca","Password":"/A5hpPhSczID+JNEKZbg5mYf7+7=","IntegratorKey":"YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e"}

SOBO

{"Username":"cdcd3fc7-2b3c-40d4-98ed-ff90add317ca","Password":"/A5hpPhSczID+JNEKZbg5mYf7+7=","SendOnBehalfOf":"eacd3fc7-2b3c-40d4-98ed-ff90add317ff","IntegratorKey":"YDMN-339fa93c-fcf0-4390-8141-2e0f071ffa2e"}

API Service user Service Account doesn’t need to be Admin, unless you are creating users, but must have SOBO and Account Wide rights.

SOBO User SOBO User doesn’t need to be Admin, but must have the permission to send and be a user in the account of the Service Account user. You only use this userid when you are doing an action as that user like sending or voiding.

Here is a link to the full sized Infographic I created to assist with this shown below

这篇关于标题 X-DocuSign-Authentication 应该如何用于 REST 和 SOAP?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆