0 Replies Latest reply on Aug 23, 2007 8:59 AM by alemser

    Another way to authenticate in SSOAutoLogin

    alemser

      Hi,

      I´ve been trying to implement a solution with JBOSS Federated SSO within a cluster... (I know that there is no support for that in this version!)

      I´m closing to get this work but the way the SSOAutoLogin authenticate the user is not working.

      Using the code below the principal created (JBossGenericPrincipal) is not serializable and an error in JBossCacheService.loadSession(...) is launched:

      principal = ((Context)this.container).getRealm().authenticate(username, password);

      There´s is another way to authenticate the user?
      It´s possible to use the FormAuthenticator?

      Thanks in advance,
      Alessandro