Access Secured Azure Web API from Postman with OAuth 2.0 Authorization

I was working on a Web API and published the API to Azure App Service. I then enabled authentication and authorization using Azure Active Directory. Postman is a great tool to test REST APIs, however, it was bit tricky to setup OAuth 2.0 to test the API. I am outlining steps here to set up…