Add a Cmdlet to grant Graph permissions to managed identities #2070
Victor Andres Morales (vandre)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now to use Managed Identity with Microsoft Graph it is necessary to add these permissions with PowerShell (The UI does not allow to manage API permissions of an Enterprise Application).
This is a somewhat elaborate task. The following post outlines a function that abstracts most of the complexities; It would be nice if something like this was already built-in the SDK
All reactions