I need to authenticate windows users using an Active Directory on a MVC application I found many examples forms authentication which is not my requirement. Basically isn't there a replacement for FormsAuthentication.SetAuthCookie(model.UserName, model.RememberMe);
Forms example :
1 2 3 4