[ad_1]
I am trying to access an azure protected web api which is working fine in browser but not working in Android app and in postman.
When I try to hit the Web API in browser, Microsoft authentication pops up and after success authentication, the response of the API gets pop up in the browser.
When I try to access the url in postman, I am getting “Sign into your account” html response .
I tried using Bearer Authentication token in postman but still getting html login response.
Any help appreciated.
[ad_2]