I realize that AZURE APIMS has a lot out of the box. Including subscription based server-side authentication.
However, I would like to know: What options are available for client apps which are browsers? For example, Assume I have a single backend API with a single endpoint. I want to expose this endpoint to external business partners who use browser based applications which make requests to the backend from client side (browser)
How can I achieve this using AZURE API management service?