MSGraph Scope Error for Connected System

Trying to connect with Microsoft Graph but getting scope error. I built a Power Automate Flow with same credentials and a GET for user profile and the call is successful. In the Azure app registration, the API permission for the call is User.Read.All. Input this value in Scope field for Connected System and also tried version including base URL https://graph.microsoft.com/User.Read.All but both give the error:

Authorization unsuccessful. We received the following error:

  • error: invalid_scope
  • error_description: AADSTS70011: The provided request must include a 'scope' input parameter. The provided value for the input parameter 'scope' is not valid. The scope User.Read.All is not valid. Trace ID: 9444576b-7ccc-4f51-9407-ed7040123500 Correlation ID: abf94a18-221d-4e07-ad7f-2fb45f224343 Timestamp: 2020-11-11 20:06:38Z

So close, hope it is just syntax!

  Discussion posts and replies are publicly visible

Parents Reply Children