Hi I have a requirement here, I have WCF service which is implementing 2 interfaces, naturally it will generate 2 endpoints in the client config. Now I have to control who can create which endpoint based on some condition like username/password or based on some condition, there should be only 1 endpoint exposed to the client.
I have also tried using custom authentication in the service, but it is not the required solution as the username/pwd can also be sent through the message.