I am hosting a secured WCF service which is a wrapper over an existing ASMX service.
My service needs have certificate authentication (transport level security, same as in the original service). My problem is that the users will be using client certificates issued by original service And not my new certificates.
To my knowledge you can not customize certificate authentication over Transport level security. But there must be some way to use third party cert authentication/encryption here
Does anyone having idea on how to make it possible in this case?