We have migrated WCF services from windows server to App service. Authentication to WCF services is happening using certificates.
In App services authentication using client certificate is causing an issue. Azure adds additional component due to which the validation does not happen properly.
What could be the possible reason and approach to address this. Or are there any other authentication mechanism that can be used. For now we cannot use AD authentication due to some constraints.
You can try to verify the identity based on the encodevalue of the certificate.
Use Notepad++ to view encodevalue enter image description here
Server configuration
As long as the certificate can be found in the client's place, it will work.