连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。

huangapple go评论137阅读模式
英文:

Getting below authentication error while connecting outlook.com /360 through the logic apps already have the contributor access

问题

无法为连接 ID '/subscriptions/xxx/resourceGroups/test/providers/Microsoft.Web/connections/outlook' 创建连接。

客户端 'xxx@xxx.xxx' 的对象 ID 为 'xxx',无权执行操作 'Microsoft.Web/connections/write',因为作用域 '/subscriptions/xxxxx/resourceGroups/test/providers/Microsoft.Web/connections/outlook' 无效或不具备授权。

如果最近已授予访问权限,请刷新您的凭据。

尝试通过逻辑应用连接 Outlook,以触发邮件任务,但作业失败了。

英文:

> Failed to create connection for connection id '/subscriptions/xxx/resourceGroups/test/providers/Microsoft.Web/connections/outlook'.
>
>The client 'xxx@xxx.xxx' with object id 'xxx' does not have authorization to perform action 'Microsoft.Web/connections/write'over scope '/subscriptions/xxxxx/resourceGroups/test/providers/Microsoft.Web/connections/outlook' or the scope is invalid.
>
>If access was recently granted, please refresh your credentials.

Trying to connect the Outlook through the logic apps, for the mail trigger when the job failed.

答案1

得分: 0

如果在资源组中的逻辑应用中使用Office 365连接器并已登录,请确保在资源组或订阅级别添加逻辑应用参与者/贡献者权限。检查角色是否仅分配给逻辑应用级别。然后将其分配给更大的范围。

访问控制(IAM)> +添加

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。

添加角色分配> 从特权权限中选择Contrubutor。如果需要,稍后还可以选择逻辑应用参与者。

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。

然后选择要分配的资源> 逻辑应用和用户。

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。

还要检查以下内容:

参考资料:

  1. Azure内置角色 - Azure RBAC | 微软学习
  2. logic-apps-and-configuring-office-365-email | StackOverflow
英文:

If using Office 365 connecter in the logic app in your resource group and logged in
Make sure to add Logic App Contributor/ contributor permission at resource group or subscription level.
Check if the role is assigned at only logic app level.
And assign it to larger scope

Accesscontrol(IAM)> +Add

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。

Add role assignment> Select Contrubutor from Privileged permissions.
and later also select Logic app contributor if needed.

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。
and select the resource to assigned> logic app and the user .

连接outlook.com / 360时出现以下身份验证错误,已经具有贡献者访问权限。
Also check the following

References:

  1. Azure built-in roles - Azure RBAC | Microsoft Learn
  2. logic-apps-and-configuring-office-365-email | StackOverflow

huangapple
  • 本文由 发表于 2023年7月3日 17:37:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/76603523.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定