We need to expose two WCF endpoints in a single Windows service. One endpoint should use claims based authentication (WIF), with the other using certificate authentication. Unfortunately all our attempts have failed because WIF configuration attaches to all WCF endpoints; the endpoint which should use certificate authentication requires a token.
I can’t find any solution to this particular issue. Is it possible to expose two endpoints within one windows service with two different authentication where only one of them is WIF, and if it’s possible, then how?