Permissions Required
To use the Microsoft Graph activities in Workflow Studio, the following permissions are required in the Azure portal based on the application used.
Note: When changes are made to permissions, they may not occur immediately. If the function still fails after the changes are saved, recheck the permissions and then retest.
While configuring Graph Integration using OAuth2 Authorization Code connection type, the scope must be added. To inherit the default scopes from the application that is registered in Azure, enter the value in the scope field as
https://graph.microsoft.com/.default offline_access
.Note:
offline_access
is required while using the default scope. Otherwise, the connection will be invalid when the workflow refreshes the token.↑