Hi,
We are developing an aplication that uses WCF for web service communication with server side, both implemented in .NET.
The question is: is it possible to have windows authentication (Enabled on IIS Authorization panel, configured in WCF bindings on client and server), and additionaly at the same time require that the client application should provide aclient certificate (that server tusts) - (In SSL settings Require SSL, Require Client Certificate)
We managed to build such environment on our premises, however when having applied the same configuration on production environment, client issuing requests gets 403.7 (on authorized, due to not passed Client cert).
The general question is: is this a coincedence that on a particular environment it worked properly (and generally this should not work), or: it should work, and it is [most probably] not configured properly (on our production environment).
thanks in advance,
Michał