Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,424 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
There has been API created as a gateway for backend service.
The authentication used is client certificate authentication.
Issues -
@Suresh Thakur, Kirti You cannot associate the certificate to a specific user. APIM uses a subscription key for the authentication and any user passing the right keys will be able to authenticate the request. I think you can protect APIM with Azure AD and if you have a specific claim for that user then you can validate the roles using APIM policy as mentioned in restricting api-management access to users through aad.