Limiting access to a WCF REST (webHttpBinding) Service using the ASP.NET Membership Provider? -


Let me know the ASP.NET web A lot of information has been received about the use of the membership provider, but I call it 'wsHttpBindings'.

I am looking for a system that will work in two scenarios:

  1. The user is logged on to the asp.net website and is calling the website service.
  2. The user uses the service directly by the reverse.

Is it possible that the structure made up of them)? If so, how do I configure the service? How does the user pass credentials to the rest service?

I have found that the best source is here:

the site is also original There are many other information about setting up an HTTP module to handle authentication (which I guess is using this standard because you will use it).

The HTTP Module authentication method is located on codeplex sample code and everything here:


Comments