We have added a policy in APIM for client certificate validation, which was working fine. But recently it started failing with error
“Invalid client certificate”
We noticed that if we remove context.Request.Certificate.Verify() it starts working again!
What might be the cause?