2 Replies Latest reply on Jun 30, 2009 5:15 PM by dimitar

    Single sign on with NTLM

    dimitar

      I'm trying to enable this single sign on in the application, by using jespa (implemented custom NtlmSecurityProvider and HttpSecurityFilter).


      Now I have a little problem in the Seam Authenticator, where I have something like:


      @In Context sessionContext;
      
      public boolean autoLogin() {
          Object autoLogin = sessionContext.get("NtlmHttpAuth");
          ...



      sessionContext doesn't contain NtlmHttpAuth and so autoLogin is null.


      Any ideas? Seam version is 2.1.2, previously it was 2.0.1 and I think this worked ok (but with jcifs, not jespa).