2 Replies Latest reply on Jul 14, 2009 5:09 PM by norman

    Mark identity as logged in

    dimitar

      I'm trying to enable NTLM single sign on in the application. Almost done and everything seems to work.
      Except that I have no idea how to manually mark in the code the identity as logged in, once it has been authenticated. I tried


      Events.instance().raiseEvent(Identity.EVENT_LOGIN_SUCCESSFUL);



      but it doesn't work, identity.isLoggedIn() is still false. Any ideas on how to do this? Apparently in Seam 2.0 simply setting the password in the code worked, but I have Seam 2.1.2 and that doesn't work.