I am trying to achieve the following the scenario but ending up as 403 response. Client -> sends Cert A -> API Management -> Forwards Cert A -> Backend API (Azure Api App) -> Authenticates the certificate.
Is there is a way to configure API management to forward the incoming certificate to the backend API? I tried various transformation policies on the incoming request but none of the options worked.
Please suggest.