GET USER ACCESS TOKEN- POSTMAN "error": "invalid_grant"

AYUSH SHARMA 21 Reputation points
2020-06-12T14:21:22.513+00:00

I have configured the postman environment successfully, I am able to generate App only access token but while generating access token this is showing the subjected error! I checked credentials, client id, secret all are correct!

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,455 questions
0 comments No comments
{count} votes

Accepted answer
  1. Saurabh Sharma 23,671 Reputation points Microsoft Employee
    2020-06-12T18:29:17.077+00:00

    Can you please provide more details - what endpoint you are hitting, what scope you are using, whether the application is a single tenant or multi-tenant and if you are using a client credentials grant then grant_type should be set to client_credentials.
    You can refer to blog to setup client credentials flow using Postman. Also, Client credentials documentation for details.


0 additional answers

Sort by: Most helpful