'Postman return HTML login page with oauth 2.0 on AAD authentication

I have some difficulties to test a c# webapi (.net 4.7.2) with oauth2.

This is my auth config :

enter image description here

I register api on Azure and all works perfectly with swagger or a browser.

I also register postman on Azure.

In Postman, I get a access token correctly but when I test a query, I have html page for results :

enter image description here

Is there a mean to consume these API with postman ?

Thank you for your help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source