The goal I have is automating the process of updating user AD properties based on changes in a data file. The issue I have is with the Azure AD connector always throwing up an Authorization_RequestDenied error and "Insufficient privileges to complete the operation." error message. Here's what I've set up so far:
I've created a Flow that is using the Azure AD connector, which I used my own user to log in to.
Using a manual trigger (for now).
I've configured the Flow to hard code the Office Location property only (for testing purposes).
Manually running the flow results in the error described above.
I read that the user that runs this requires the following permissions, and I had my user added to the Azure AD Connector - PowerApps and Flow permissions in Azure.
Group.ReadWrite.All
User.ReadWrite.All
Directory.ReadWrite.All
Other than this, I'm at a complete loss as to what to do. Please halp.
Azure AD connector always throwing up Authorization_RequestDenied