5 Replies Latest reply on Jun 9, 2009 1:49 PM by rbattenfeld

    Using SecurityClient

    rbattenfeld

      Hello

      I developed a custom login module using the new simplified security domain configuration. The login module is developed using the JAAS API instead of using JBoss specific classes. Currently, the login module authenticates and authorizes our ejb module. The login module works as expected.

      On the client side, I was not able to login using the JAAS API. I found several blogs proposing to use the proprietary SecurityClient for the login. To my surprise, using the SecurityClient class allows a JAAS login.

      Therefore, my question is: Is it true that a client side JAAS login is only possible by using the SecurityClient class? Note that we are using JBoss 5.0.1.

      Thanks for any help
      Ralf