【发布时间】:2020-04-22 06:20:07
【问题描述】:
我们希望使用 Azure 数据工厂的内置连接器从 SFMC 提取数据。
连接器需要两个东西:client ID 和 client secret。管理 SFMC 的团队给了我这些值,但是当我尝试时,我得到一个错误:
Authentication failed: Malformed response received from the authentication server that does not include the following required parameters for the next authentication step: "Auth_AccessToken" located at "accessToken" from the server response; "Auth_expires" located at "expiresIn" from the server response.
SFMC 开发团队不知道问题出在哪里。我们还提出了 Salesforce 帮助票,但他们也不知道问题出在哪里。
EDIT-1
我使用示例 here 创建了一个 POST 请求,我得到了可以看到 access_token 和 expires_in 的响应。但 ADF 正在寻找 accessToken 和 expiresIn。
【问题讨论】:
标签: azure salesforce azure-data-factory salesforce-marketing-cloud