Re: What event is fired after authentication?

From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 11/23/05

  • Next message: [MSFT]: "Re: Transfer authentication token - how to single sign-on"
    Date: Tue, 22 Nov 2005 15:40:48 -0800
    
    

    Hello jeff,

    The login control only sets the authentication ticket and does the redirect.
    Only after a postback the user is authenticated.

    The first event in the http pipeline after a user is authenticated in AuthenticateRequest
    / PostAuthenticateRequest (PostAR runs after RoleManager populated the roles).

    ---------------------------------------
    Dominick Baier - DevelopMentor
    http://www.leastprivilege.com

    > Hello,
    >
    > Using the login controls - what event is fired immediately following
    > user authentication? I've tried the 'LoggedIn' event - but the user
    > is still not authenticated?
    >
    > Thanks
    >


  • Next message: [MSFT]: "Re: Transfer authentication token - how to single sign-on"

    Relevant Pages

    • Re: What Determines the Default Page (And How to Change)?
      ... it appears they just get taken to the login page even though they are already logged in and authentication code withing default.aspx would never get a chance to run. ... "Jonathan Wood" wrote in message ... I implemented this by redirecting the user to the appropriate home page in the handler for the LoggedIn event of the Login control. ... For example, if I check the Remember Me box and then disconnect and then reconnect, I go straight to default.aspx in the root folder withough having to log in again. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: can someone explain this weird behaviour?
      ... IIS to also authenticate with another protocol before even allowing ... authentication scheme seems confusing, and I agree -- and that is why ... The "Dir Security" property you change is one of the ... But for the same asp.net application with the same login control etc.. ...
      (microsoft.public.inetserver.iis.security)
    • Re: Forms authentication credentials fail
      ... the login control does not work againt the section in web.config ... handle the authenticate event of the login control and call FormsAuthentication.Authenticate ... I have a site with an admin folder that is protected with forms ... to use my own user authentication for the rest of the site. ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: Image not showing in MasterPage during login
      ... I have the login control on a page (login.aspx ... Authentication began blocking access to all files, ... If you figure out the original reason, ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Image not showing in MasterPage during login
      ... I have the login control on a page (login.aspx ... there's probably some mind-boggling reason I missed. ... Authentication began blocking access to all files, ...
      (microsoft.public.dotnet.framework.aspnet)