Implement OAuth2 in the API Management policy to handle authentication.
Here’s a helpful guide:
https://learn.microsoft.com/en-us/azure/api-management/authentication-authorization-overview
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a backend API that need to be authenticate using Azure AD B2C. I need to put my backend API to Azure API Management to allow external users to use. As the backend already need to be authenticate with Azure AD B2C, so I include the OAuth2 request in the API Management, linking up to my AADB2C tenant.
Now, my question, I won't and don't know what the external users will use to authenticate their frontend. How do I let them use my backend API with AADB2C? Or should I just encourage my team to redo the API, by removing all the AADB2C related auth for this Azure API Management Portal? I'm new here, how does it supposed to work, can someone lighten me up?
Implement OAuth2 in the API Management policy to handle authentication.
Here’s a helpful guide:
https://learn.microsoft.com/en-us/azure/api-management/authentication-authorization-overview