I'm facing below issue-
One or more fields contain incorrect values:
Error in element 'authentication-certificate' on line 18, column 10: Exactly one of a thumbprint or certificate-id or body must be specified.
I'm configuring correct Certificate-id in inbound policy but getting above error . I have tried with thumbprint and body also .
<inbound>
<base />
<authentication-certificate certificate-id="client-certificate-dev" />
</inbound>