DocuSign Connect Webhook不包括HMAC标头 [英] DocuSign Connect webhook not including HMAC header

查看:76
本文介绍了DocuSign Connect Webhook不包括HMAC标头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已引用 StackOverflow问题,但回答对我的情况没有帮助。

I've referenced this StackOverflow question, but the responses were not helpful in my case.

我已将DocuSign Connect设置为使用SOAP接口,并选中了 Include HMAC Signature 进行连接配置。我已经建立了端点,可以正确接收信封有效载荷,但是请求不包含 X-DocuSign-Signature

I've setup DocuSign Connect to use the SOAP interface and checked the "Include HMAC Signature" for the Connect configuration. I've built my endpoint and can properly receive the envelope payload, but the request does not include the X-DocuSign-Signature.

I在调用WebMethod时,通过查看HttpContext来观察标头:

I'm observing the headers by looking at the HttpContext once the WebMethod is called:

HttpContext.Current.Request.Headers

正在发送9个标题:连接,通过,内容长度,内容类型,期望,主机,用户

9 headers are being sent: Connection, Via, Content-Length, Content-Type, Expect, Host, User-Agent, SOAPAction, X-ClientSide.

我使用了来自其他线程的@CountZero的推荐,并在信封请求上设置了EventNotification IncludeHMAC 属性,但这也没有导致标头被填充。另外,我还是希望继续使用SOAP接口。

I used @CountZero's recommendation from the other thread and set the EventNotification IncludeHMAC property on the envelope request, but that didn't result in the header being populated either. Also, I'd prefer to continue using the SOAP interface.

推荐答案

目前,您尝试执行的操作不受支持。如果启用了连接SOAP接口,则不包含HMAC签名。我们没有公开的将HMAC与SOAP一起使用的增强请求,因此如果同样重要,请联系DocuSign支持并提供您的用例,以便我们提供您的理由并提出增强请求。

At this time what you're trying to do is unsupported. HMAC signatures are not included if the Connect SOAP interface is enabled. We don't have an open enhancement request for use of SOAP with HMAC, so if that's important as well, please contact DocuSign Support include your use-case so we can include your justification and file an enhancement request.

信封级EventNotifications可以支持HMAC。 EventNotification 参数块。

Envelope-level EventNotifications can support HMAC if includeHMAC is set to true in the EventNotification parameter block.

这篇关于DocuSign Connect Webhook不包括HMAC标头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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