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.
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.
Change Client Authentication to Send client credentials in body. Also, you should remove the https://graph.microsoft.com/
bit from your first scope.