Hi,
What are the important configuration points needed to enable a scenario where a WCF service can be called with either the logged-on-users windows credentials or a username/password combination.
I'm pretty sure I know how to set them up, but what I don't know is how I can force usage of the username/password endpoint.
Is it simply a matter of using the constructor that allows you to specify a particular endpoint, and then setting ClientCredentials.UserName.UserName and .Password ?
Thanks.