How do I use Azure B2C with API Management to authenticate access to backend microservices.
I've checked a couple of links, which confuse me, see this link, it talks about authorizing developer accounts by using AAD B2C, but does not tell how to authenticate end users - https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad-b2c
I am creating an Architecture where I have a couple of microservices behind Azure API Management, I want to authenticate users through B2C before the request hits API management. Once the request is authenticated, I am assuming B2C will provide a JWT token which the API management will validate and then give access to the backend microservices.