3 Replies Latest reply on Feb 4, 2011 3:06 AM by mausbull.stephan.pabinger.gmail.com

    Seam Security 3.0.0.Beta1 - custom Authenticator

    mausbull.stephan.pabinger.gmail.com

      Hi,


      I've been using Seam Security in my application with a custom Authenticator (implementing the Authenticator interface).
      When I switched to Beta1 this Authenticator is not found anymore in the lookupAuthenticator() method in IdentiyImpl. I tried to specify it in beans.xml as demonstrated in some examples (which are included in to git) but this is not working either.


      How can I still use my custom Authenticator?


      Thanks,

      Stephan







      Btw: I think the log message should be An Authenticator could not be located (IdentityImpl line 287).


      if (activeAuthenticator == null)
            {
               throw new AuthenticationException("An Authenticator could be located");
            }