I´m adding an inbound processing policy rule to apply all Azure API Service methods. Using policies wizard I find authentication-basic that I wrote in next lines.
<inbound>
<base />
<authentication-basic username="myUserName" password="myPassword" />
</inbound>
So, Why it doesn´t apply when I invoke from Postman using Basic Auth. Allways the response is 200-OK, and it doesn´t mather if I change the user and password. Allways the response it's OK. I check the header request from client and It´s adding the correct Authentication user:password