Postman could not complete Oauth2 login for Micros

2019-08-17 04:03发布

问题:

I am trying to use Postman for a Microsoft Graph Rest API OAuth2

I have tried everything mentioned on Stackoverflow and other resources but I cant seem to figure out what I am doing wrong.

回答1:

Change Client Authentication to Send client credentials in body. Also, you should remove the https://graph.microsoft.com/ bit from your first scope.