Hi All,
I am unable to generate the access token as I am getting the below error. Please guide on the same.
Hi @Akshata Tallur ,
In the official documentation it states that the grant_type must be set to client_credentials, not password. Try updating it accordingly.
Source: Microsoft identity platform and the OAuth 2.0 client credentials flow
The tenant is also required.
Posting credentials in public place is a bad idea.