Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
834 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm trying to implement a validate client certificate policy for one of the operations in my API inside azure API management, but I cannot make it work. I have uploaded in my instance the Custom CA chain and my policy looks like that:
<inbound>
<!-- Valida o certificado apresentado pelo Itaú -->
<validate-client-certificate validate-revocation="true" validate-trust="true" validate-not-before="true" validate-not-after="true" ignore-error="false" />
</inbound>
I can see in the analytics the requests from the external client coming but it doesn't work and no status code is logged, as shown in the image attached.
How can I activate better logs? To understand what's happening