How Do I Configure Azure APIM To Route To Different Backends Based On The User?
问题 I have the same API running multiple times connecting to different databases which represents the private data of each user that connects. I have one web site that authenticates with Active Directory to determine which user is connected. The same API calls are made whichever user is logged in, however, the host at the root of the API call needs to be dependent on the user logged in. How do I configure Azure API Management to route to the correct host depending on which user is logged in? A