This
related Stack Overflow question on security REST Services in WCF may be helpful to you. It features several different blog posts, videos and other tutorials related to implementing very basic username / password authentication.
Another resource mentioned that sounds like it might be quite useful would be the
CustomBasicAuthentication Module for IIS that can easily integrate Basic Authentication into WCF Services and much more.
Here are a few other resources that may be helpful for you :
This
related Stack Overflow question on security REST Services in WCF may be helpful to you. It features several different blog posts, videos and other tutorials related to implementing very basic username / password authentication.
Another resource mentioned that sounds like it might be quite useful would be the
CustomBasicAuthentication Module for IIS that can easily integrate Basic Authentication into WCF Services and much more.
Here are a few other resources that may be helpful for you :