I have an APIM with two different APIs, let's say API-1 and API-2.
I need client certificate authentication only for API-2.
I know that I have to set the Negotiate client certificate in the Custom domains of the APIM in order to request the certificate from the client (documentation) but this will request a certificate also for API-1 .
Is there a way to request client certificate only for one API without the need to have different APIM services?