0

I was referring to this link in http://msdn.microsoft.com/en-us/library/ms733775.aspx msdn for basic authentication. The code specified is using basic authentication but no option is there for providing username and password. How can we change the specification in this link to accept user name and password.

Client is not giving any exception even without specifying any user name and password. So what is the impact of writing this setting

clientCredentialType="Basic"

If user do not provide any custom authentication.

  • Maybe [this link](http://stackoverflow.com/questions/15915545/how-to-implement-webservicehost-authentication) can help. It configures it programmatically, not by conf files. – I4V Aug 30 '13 at 18:01
  • Are you having trouble setting the username and password on the client side or are you having trouble forcing your service to authenticate the client before processing the request? – M.Babcock Aug 31 '13 at 20:23
  • I was just trying to explore if we set clientCredetial as Basic then where system tries to perform authentication. As in the code of msdn link there is a client credential is defined but no code is added to perform validation. – aroratheneo Sep 02 '13 at 13:42

0 Answers0