Informatica 云中的 DocuSign Rest API 集成

DocuSign Rest API integration in informatica cloud

我在与 Informatica Cloud 的映射中使用 Docusign 登录信息 api。 映射成功执行,故障响应中出现错误 response.The 错误消息,因为 follows.I 在 postman.I 中测试了相同的 api,我正在使用 Docusign 提供的集成商密钥进行身份验证使用我的用户名和 password.The API 在 postman.But 和 Informtica Cloud 中完美运行,它给了我以下错误。 我已经创建了带有用户名、密码和集成商密钥的 swagger 文件 headers,用于在 Informatica Cloud.I 中创建 Web 服务,我在连接器和 swagger file.Where 中使用身份验证类型作为 'Basic' ] 我的身份验证出错了吗?集成商密钥或用户名和密码有效。

Unauthorized {

  "errorCode": "AUTHORIZATION_INVALID_TOKEN",

  "message": "The access token provided is expired, revoked or malformed."

}

DocuSign 不支持 API 调用的基本身份验证。

我不熟悉 Informatica Cloud,您是否可以自定义 header 以便您可以正确提供 x-docusign-authentication 数据块?

来自 Informatica 站点的 question/answer 可能会有帮助。

如果 Informatica Cloud 连接器允许您传递 X-DocuSign-Authentication header,那么您可以使用 DocuSign 的旧版身份验证。

如果没有,则您需要发送授权 header,其值为 Bearer a_bearer_token

根据 Informatica QA,您似乎需要创建一个小型应用程序,该应用程序将使用 JWT Grant 创建访问令牌,然后 return 访问令牌到 Informatica。

接下来,通过 Informatica 使用访问令牌来使用 DocuSign 的 API。

我相信Informatica Cloud的顾问以前遇到过这个问题,您也可以联系他们寻求帮助。