Forum Discussion
Patrick Sanouiller
Mar 23, 2019Brass Contributor
Flow create guest
I would like to create guest user with Flow but get badrequest on this http step:
Method Post
URI https://login.microsoftonline.com/common/oauth2/token
Headers Content-type application/x-www-form-urlencoded
Body
{
"grant_type": "authorization_code",
"client_id": "Azure Application ID",
"client_secret":"Azure Application Secret Key",
"scope":"user.add",
"code":"req.query.code"
}
What's wrong?
1 Reply
- Doug AllenIron Contributor
I'd recommend you post this question in the https://powerusers.microsoft.com/t5/Microsoft-Flow-Community/ct-p/FlowCommunity as you will likely get a quicker reply there.
Doug