I have just created my first WCF service. Now I would like to do the following: Add my custom authentication mechanism, e.g., querying a database\'s user table.
I have a custom-authentication-provider defined in my Spring Security configuration. This class implements AuthenticationProvider, and I can successfully log in using the form defined on my page.The i
I\'ve implemented custom authentication in ASP.NET MVC. If a valid user tries to login, I set the HttpContext.User = user in the Logon method of the AccountController. But it remains there for only th