我们想要从SFMC摄取数据使用内置连接器从Azure数据工厂.
连接器需要两样东西: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的帮助票,但他们也不知道问题所在。
编辑-1
我使用一个示例这里创建了一个POST请求,在这里我可以看到access_token和expires_in。但ADF正在寻找accessToken和expiresIn。
https://stackoverflow.com/questions/59582745
复制相似问题