This seems a simple question for whoever already implemented Azure API Management integration with UI i.e. Angular/HTML project. My question is that if we need to call an API in Azure, 1st need to call Azure API Management URL using it's security key. But UI is passing this Key and from browser any one can see the key using F 12 . API Management isn't integrated with Azure AD.
So how we can securely call the API Management from UI, if API Management isn't integrated with Azure AD?