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:
So close, hope it is just syntax!
Discussion posts and replies are publicly visible
I don't have any personal experience with integrating this tool with Appian, but this link might be helpful, it seems to be describing the same issue. https://stackoverflow.com/questions/51781898/aadsts70011-the-provided-value-for-the-input-parameter-scope-is-not-valid
"You must configure your required permission scopes on your app registration in apps.dev.microsoft.com, then you set the value of scope in your code to graph.microsoft.com/.default."
graph.microsoft.com/.default
Thank you Scott! Authorization is now successful. Best, Med
Hey, I am having the same issue while connecting Graph to Appian through Azure, can you share how you configured the scope in Azure? and then specifically what you put for Scope in the connected system?
Thanks
In the connected system I set scope to https://graph.microsoft.com/.default
In Azure setup permission to sign in and read user
Yep, thats it working for me now.
Thanks so much!