Azure Interactive Login possible?

Hello,

Is it possible to initiate an interactive login to Azure using Postman?

Example:

  • Submit a GET request via Postman
  • Browser opens
  • Interactive Azure login commences
  • Login successful
  • Output piped to Postman to complete an authenticated request

Thank you

Not possible. Use another tools, like Selenium, for such scenarios.