Browse by Tags

Related Posts

  • Allowing Admins to edit users: What is Standard Practice?

    My VB.Net web app uses the standard provider model, attached to the standard SQL database. I know how to manage users through the VS.NET website tool, but what is the standard practice for allowing application admins to be able to manage users themselves? This is how I'd go about it. I like table...
    Posted to Security (Forum) by JeremyLibertor on 12-29-2008, 12:00 AM
    Filed under: authentication, <asp.net>
  • Intermittent username/password prompt with Windows Integrated Authentication

    I have an intranet ASP.NET 2.0 web app running on a Win 2003 SP2 server running IIS 6.0 that gives intermittent and, as yet, un-reproduceable username/password prompts for some of our users. I'm using authentication mode="Windows" in my ASP.NET app and Integrated Windows authentication...
    Posted to Security (Forum) by Mundo on 12-23-2008, 12:00 AM
    Filed under: passing credentials, security, <IIS><Subdomains>, active Director roles authorization, Active Directory, AD, asp.net 2.0, asp.net Security, authentication, authentication problem, credentials, Cross Application Authentication and Session, IIS 6, IIS 6.0, Integrated Authentication, Integrated Windows Authentication, intranet authentication WindowsIdentity, windows authentication web.config, login problem, <asp.net>, "Security", activedirectoryMembershipProvider., windows authentication, ASP.NET Authentication
  • Request.ClientCertificate Not Working In FireFox

    I have a login control that is pretty simple using x.509 certs. I use Request.ClientCertificate("SUBJECTCN") to get the user name then validate it against our database. This works perfectly on anyone using Internet Explorer. However, Firefox doesn't even seem to get the request. I know...
    Posted to Security (Forum) by BMeyerKC on 12-03-2008, 12:00 AM
    Filed under: authentication, certificates, Client Certificates, <asp.net>, "Security"
  • Re: Reading the cookie generated by <authentication mode="Forms"> with javascript

    This probably happens because the cookie is delivered in the response with attribute "HttpOnly" which means it cannot be read using javascript. Check the response headers (using FireFox FireBug etc.) Read more about it here: http://www.codinghorror.com/blog/archives/001167.html?r=32206 You...
    Posted to Security (Forum) by naorrosenberg on 11-25-2008, 12:00 AM
    Filed under: 2008, Anonymous Access, AUTHCOOKIE, authentication, cookie .aspxauth, cookie problem, Cookies, cookies forms authentication, cookies forms authentication persistant session, .ASPXAUTH, anonymous user, <asp.net>, authentication cookie ticket, Authenticate, cookie
  • Re: Page.User.Identity.Name returns null

    I also have a problem that involves windows authentication. I created a website that uses User.Identity.Name to get the current user and then I use this to make a LDAP query so I can get some more info on the user. Once I have al the info I need I send them as parameters to a crystal report. We recently...
    Posted to Security (Forum) by juan.bizoso on 10-17-2008, 12:00 AM
    Filed under: Access is denied, account creation active default, Active Directory objectGUID bind, ActiveDirectoryMembershipProvider Membership Authentication Configuration, AD, AD group, AD membership encrypt password question, authentication, authentication browsers, authentication login site principal, authentication mode impersonate identity username, Authentication Redirect, <asp.net>, Active Directory Application Mode, ActiveDirectoryMembershipUser ActiveDirectoryMembershipProvider override cast, authentication web.config path domain www
  • Re: Authenticate two diffrent folder using forms authetication

    hi, i am also using Forms Authentication. I think you not understood my issue. Let me clear to you. In my single application there is two folder named "ADMIN" and "USER" and ther is also two login page "admin_login.aspx"(inside ADMIN folder),"login_user"(inside...
    Posted to Security (Forum) by swarupmondal on 08-27-2008, 12:00 AM
    Filed under: <location>, .net C# jobs, ASP.NET 2.0, asp.net 2.0 C#, authenicate users [Edit Tags], authentication, C#, Forms authentication, login web.config, logion controls, web.config C# ASP.net, web.config membership login, Web.config, "asp.net 2.0" "visual studio", login control, <asp.net>, logins, .ASPX [Edit Tags]
  • Authenticate two diffrent folder using forms authetication

    Hi, I am trying to autheticate two diffrent folder and i have two login page respectively in that two folder. Folder structure.... --Admin--->>Admin_welcome.aspx , Admin_login.aspx --User----->>User_welcome.aspx , User_Login.aspx Now i want when user acess the admin_welcome.aspx page it will...
    Posted to Security (Forum) by swarupmondal on 08-26-2008, 12:00 AM
    Filed under: <asp.net>, <location>, .net C# jobs, ASP.Net 2.0, asp.net 2.0 C#, authenicate users, C#, Forms Authentication, login control, login web.config, web.config C# ASP.net, web.config, .ASPX [Edit Tags], "asp.net 2.0" "visual studio", logins, logion controls, Authentication, web.config membership login
Page 1 of 1 (7 items)