Assigning Microsoft Graph permissions to Azure Managed Service Identity

前端 未结 2 1453
余生分开走
余生分开走 2020-12-18 09:16

I\'m trying to assign permissions to an Azure Managed Service Identity for my Azure Logic App, but am running into errors.

I\'m using the 2.0.1.16 version of the Azu

2条回答
  •  旧巷少年郎
    2020-12-18 09:41

    Currently the behavior hasn't been changed yet.

    • First time bogus authentication error
    • 2nd time Bad Request

    However you can now also confirm the changes being applied through the new beta endpoint of MS Graph, after executing the Powershell commands.

    navigate to https://developer.microsoft.com/en-us/graph/graph-explorer & authenticate with your user (should be indicated in the left sidebar)

    You can then query the applied roles through: https://graph.microsoft.com/beta/servicePrincipals/{msi.ObjId}/appRoleAssignedTo

提交回复
热议问题