How to generate Bearer Token using C# REST API Authenticate with Bearer Token?
问题 I am trying to create webjob to execute Token end point and generate the bearer token and execute Graph End Point to Query graph? How can I achive the same using C# REST Api? What is token end point? Following is the screenshot for token genrated in Postman tool. 回答1: What is token end point? https://login.windows.net/<tenant-id>/oauth2/token How can I achive the same using C# REST Api? If you want to use Resource Owner Password Credentials Grant in Azure AD OAuth, you may get the answer from