I have a WCF service that is exposed. In terms of security i need to authenticate it with both client certificates and username password.
Few clients are to be authenticated using client certificates and the others using username password.
When i configure the service to use client certificates the IIS --> SSL settings needs to be configured for SSL Require. Doing so the other clients who do not have a client certificate cannot access the service.
How do i go around on this problem?