Browse by Tags

Related Posts

  • Re: Is it OK to use web form authentication in MVC application?

    Thank you guys for all your helpful feedbacks. I was using web.config based (<authorization....><deny...>...) authentication in my site (which I mentioned is mostly for authenticated users) then I came across Phil Haack's nice article that CodeHobo mentioned, hence the dilemma between...
    Posted to ASP.NET MVC (Forum) by saxam on 06-16-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Is it OK to use web form authentication in MVC application?

    Hello community, I have a small question that hopefully provokes discussion: "Is it OK to use forms authentication through web.config file for an MVC application?" Now some background... I am working on a site that mainly comprises of features that are going to be available to registered users...
    Posted to ASP.NET MVC (Forum) by saxam on 06-15-2009, 12:00 AM
    Filed under: MVC, asp.net, Forms Authentication, Authentication, authorization, Web Forms
  • Windows Live Id

    Hi, does anyone know the procedure or has any idea how to implement Windows Live Id authenticaton in a site that uses ASP.NET MVC. I am searching on the net and there is plenty info about OpenID but nothing about Live Id. So is there some library or something? Thank you
    Posted to ASP.NET MVC (Forum) by gljivar on 12-16-2008, 12:00 AM
    Filed under: MVC, Authentication, live Id, windows live id
  • Re: CSS path incorrect when I'm not logged-in to the Default MVC application (IIS7 - Win7)

    This sounds like an authentication issue i.e. before you login you have no permission to access any resource in the site, MVC pages however because they go throught routing are OK so you may need to add somthing like: <location path="Content"> <system.web> <authorization>...
    Posted to ASP.NET MVC (Forum) by sjnaughton on 08-02-2009, 12:00 AM
    Filed under: MVC, Authentication
  • Testing controllers that require Authorization

    Hello, I'm in the process of adding security through .NET membership and role services, but was not sure how I should test security. In fact, I was surprised that my current controller tests did not fail when I added the attribute: [Authorize(Roles="Administrator")] to my controller. So...
    Posted to ASP.NET MVC (Forum) by webbarbarian on 08-07-2009, 12:00 AM
    Filed under: MVC, Authentication, security, Test, mocking
  • Authentication in MVC

    Hi friends, I need to manage the user's access in the system, but the standart MVC authentication just register and make login. I need to restrict the access of some users that can't make inputs or delete informations, and still some users can see some information and other users can see other...
    Posted to ASP.NET MVC (Forum) by joaoluizbt on 09-03-2009, 12:00 AM
    Filed under: MVC, Authentication, users
  • Re: Authorize filter explanation

    I've been wondering the same thing myself. I'm not using any of the Membership APIs and don't really want to but I'm not sure where I should be setting the details for the HttpContext.User, should I be doing this on by overriding the AuthorizeCore method in my own attirbute. I have seen...
    Posted to ASP.NET MVC (Forum) by jmedia on 10-13-2009, 12:00 AM
    Filed under: MVC, Authentication
  • ActiveDirectroyMembershipProvider w/ ASP.NET MVC: LDAP works, but login fails

    Hello, I am trying to get my ASP.NET MVC 1.0 application to work with the ActiveDirectoryMembershipProvider. In the application, I would like to use form authentication to check against the active directory of our domain. I have modified my web.config according to this page: http://msdn.microsoft.com...
    Posted to Security (Forum) by twangoosen on 10-26-2009, 12:00 AM
    Filed under: ASP.NET, membership, LDAP, Web.config, authentication, ActiveDirectoryMembershipProvider, Active Directory, path, Mvc, domain, www
Page 1 of 1 (8 items)