I have a two micro-services. One is an authentication service and the other is a basic data fetching service. They are both setup in Azure Api Management.
I have all the users and passwords in my authentication services database and I simply want to use this information to secure the gateway and the data fetching service.
Does anyone know of any tutorials or good documentation to set this up as I can't find anything! I am very new to Azure.
I can obviously do this easily with a standard webservice but I can't see any way to secure the api gateway using my own table of user information.