逻辑应用程序失败:启用 SSO 的 Azure SQL 数据源上的有效标识需要提供访问令牌

Logic App failure: Effective identity on Azure SQL datasources with SSO enabled requires access token to be provided

3 天前我的一个逻辑应用程序开始失败。

我从空白重新创建了它,只有失败的步骤并且出现了同样的问题。

步骤:Power BI:导出到分页报表的文件

错误:

{
"statusCode": 400,
"headers": {
    "Pragma": "no-cache",
    "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
    "X-Frame-Options": "deny",
    "X-Content-Type-Options": "nosniff",
    "RequestId": "xxxxxxx",
    "Access-Control-Expose-Headers": "RequestId",
    "Timing-Allow-Origin": "*",
    "x-ms-apihub-cached-response": "false",
    "Cache-Control": "no-store, must-revalidate, no-cache",
    "Date": "Wed, 26 Jan 2022 13:17:19 GMT",
    "Content-Length": "170",
    "Content-Type": "application/json"
},
"body": {
    "error": {
        "code": "InvalidRequest",
        "message": "Effective identity on Azure SQL datasources with SSO enabled requires access token to be provided"
    }
}
}

我使用的帐户具有完全管理员访问权限,仅用于自动化作业。帐户可以运行手动报告就好了。

谷歌搜索错误没有结果。

有什么想法吗?

通过点击相关报告旁边的(...)解决了问题,选择管理并选择与报告相同的授权类型(SQL 或 Oauth2)并重新输入相同的凭据用于报告。