Browse by Tags

Related Posts

  • Forms authentication and multiple login pages

    I'm building a web-based solution for a camera repair shop. The site structure is basically as follows: www.foo.com - main page, public site www.foo.com/internal/ - used by staff to manage orders, clients, etc. Requires login (user/pass) against DB table "users". www.foo.com/clients/ -...
    Posted to Security (Forum) by todbr on 04-18-2009, 12:00 AM
    Filed under: multiple login pages, FormsAuthentication, FormsAuthentication authorization web.config
  • Re: "Remember me next time" not working for Login control? Here's why!

    To keep the maintenance to a minimum and not require compiling, remember to use the defaultUrl property in the response.redirect when the user is authenticated during the page_load. Use the following in your login page Page_Load event: protected void Page_Load( object sender, EventArgs e) { if (User...
    Posted to Tips & Tricks (Forum) by skydiverMN on 03-18-2009, 12:00 AM
    Filed under: defaultUrl, formsauthentication, isAuthenticated, response.redirect
  • Stopping a direct url browser entry redisplaying an authenticated page

    Hi I have a page which needs forms authenication to view. That fine and it works via the standard asp membership provider. If a user logs in , views the secure page, then closes a web page in their (ie) browser (without logging out) and then opens the browser again and enters the url of the secure page...
    Posted to Security (Forum) by ExGliderPilot on 02-07-2009, 12:00 AM
    Filed under: authentication, authentication problem, Auto logout, Forms authentication., FormsAuthentication, logoff session, logout, log out, Form Authentication problem
  • Need to integrate CAC Card Authentication with ASP.NET Membership Provider

    I have worked on two web development projects for the DoD, and they use CAC cards for authentication. I have gotten as far as being able to pull information off of the CAC card, store it in a UserAuth table (SQL Server 2005 Std), however the problem is that my web.sitemap is using roles authentication...
    Posted to Security (Forum) by bfancett on 12-04-2008, 12:00 AM
    Filed under: multiple membership providers forms authentication, security issues, Security membership, Security membership Smart Client roles, "isa server" "forms authentication" cookie problem, .net 3.5, .net 3.5 security, 3.5, accounts, Application, ASP .NET 2.0 Membership, asp.net membership provider, asp.net 2.0 memembership, ASP.net 2.0 Security, ASP.NET 3.5, ASP.NET Authorization role profile provider, ASP.NET Membership, ASP.NEt membership provider, asp.net Security, asppnetdb membership, Authenticate, Authentication Mechanism, authentication mode, authentication problem, Authentication Security, Certifiate, certificate, Certificate Authority, certificates, certificates authentication, client certificates web service, client forms application, credentials, Cross Application Authentication and Session, custom, Custom Authentication, custom identity, custom membership, custom membership and personalization, custom membership multiple, custom membership provider, Custom MembershipProvider, Custom security, form security authentication, Forms authentication, Forms authentication., FormsAuthentication, Membership Provider, Membership provider profile provider, membership role, Membership Role Profile Provider, Membership Role Provider authentication parameters, membership roles, membership security roles profile, Membership Services, membership ssis, membershipprovider membershipuser custom, membershiprship validation ignore case validateuser method asp.net c#, Membershipship, Microsoft, Mixed Authentication, membership authentication, membership authentication redirect, Membership class, membership controls, membership cookies, membership login control, Multi-Factor Authentication, asp.NETconfiguration, asp.neTt 2.0 memembership, .ASPX [Edit Tags], .ASPXAUTH, Form Authentication problem, security without membership provider, "Security", certclientlib, client-side validation, .net security, form based authentication
  • FormsAuthentication cookie persists in Firefox?

    Hi guys, I've got a question here about a FormsAuthentication cookie in Firefox. In IE, if a user closes their browser, opens a new window, and tries navigate to a page within my site, they're redirected to the login page. Works perfectly. In Firefox, if they close the window, open a new window...
    Posted to Security (Forum) by chillah21 on 10-02-2008, 12:00 AM
    Filed under: session, FormsAuthentication
  • Forms Authentication - How to Kill previous login credintails of the same user?

    HI, Scenario: I've been trying to use Forms Authentication in my application. I've my user credentials stored in the custom database tables as of now...will upgrade it to ads later. When a user Logs in, I validate the credentials from my database and then use FormsAuthentcaiton.RedirectFromLoginPage...
    Posted to Security (Forum) by Jzeb on 09-11-2008, 12:00 AM
    Filed under: authentication problem, FormsAuthentication
  • FormsAuthentication.SetAuthCookie() Profile issue

    I have forms authentication setup on my web app. I'm having one little problem though. After I call the method FormsAuthentication.SetAuthCookie(string, bool), I went to set some profile properties. I can not do it before calling the method because the profile doesn't get created until after...
    Posted to Security (Forum) by test_dummy on 08-21-2008, 12:00 AM
    Filed under: SetAuthCookie, Forms authentication, FormsAuthentication
  • httpmodule authorizeRequest and ICallbackEventHandlers

    I am having trouble when using my own httpmodule to rewrite. everything was just dandy until i wanted to authorize the requests to the pages depending in some security id in the page redirecting. in Beginrequest i look for the page to redirect to, when found i keep it in a general variable so when Authorize...
    Posted to Security (Forum) by ErMasca on 08-12-2008, 12:00 AM
    Filed under: FormsAuthentication, HttpModule, Application_AuthenticateRequest
  • Exchange Login exchweb/bin/auth/owaauth.dll

    Hello, I have been trying to get an solution to this problem for a while but havent been successful. I'm wondering if there is a good article that anyone knows of regarding this. I have a login page, which uses Active Directory for authenticating a user. Once a user is authenticated, there are various...
    Posted to Security (Forum) by greatbear on 08-11-2008, 12:00 AM
    Filed under: .NET 2.0, authentication, authentication authorization HTTP POST redirect, Cookie Expiration, Cookies, cookies forms authentication, Exchange Webdav ASP.NET 2.0, FormsAuthentication, .net security, Authentication timeout session identity, can't login
  • Using FormsAuthentication with membership in MVC

    Hey, im trying to use FormsAuthentication and membership with the new MVC framework but for some reson despite having the users in the database (created with the asp.net application services command line tool) FormsAuthentication.Authenticate() always fails while Membership .ValidateUser() works, but...
    Posted to Security (Forum) by dimeric on 06-17-2008, 12:00 AM
    Filed under: Mvc, FormsAuthentication, membership
Page 1 of 11 (102 items) 1 2 3 4 5 Next > ... Last ยป