Technical questionAccepted answer
"AADSTS900144: The request body must contain the following parameter: 'grant_type'.?
Chauncy Zhou
Aug 6
0 views1
I built an app in my Azure ad b2c tenant and configured it as shown, but why can't I request an access token in postman?
Here are the links to the two documents I follow:
1 answer
Accepted answer · original discussion
juunas
PermalinkAug 6
One thing I noticed is that the parameters for the token request should be in the body as form parameters, like this:
You should use the parameters you've defined here though, this screenshot shows a test request for the ROPC flow so the parameters in the picture are not valid for your use case.
So instead of entering the parameters in Params, enter them in Body tab after selecting x-www-form-urlencoded as the type.
0 question comments
Use comments to ask for clarification. Post a solution as an answer.
No question comments on this page.