0 Replies Latest reply on Aug 17, 2007 4:32 AM by jmenendez

    IdentityLoginModule how to inject IdentityService

    jmenendez

      I am trying to use integrate the jbpm IdentityLoginModule with the Tomcat JAAS Realm to authenticate users using the jbpm identity schema.

      Looking at the IdentityLoginModule source code I saw that you need to inject the identityService to the IdentityLoginModule. How can I achieve this using Tomcat JAAS.

      I guess the other alternative is to write your own IdentityLoginModule to use with the Tomcat JAAS Realm. How well this will work with jbpm?