1 Reply Latest reply on Mar 5, 2013 10:49 AM by roxy1987

    API function for user authentication

    dokkis

      Hi,

      i'm looking for a function that allow me to validate username and password that my application give in order to login a user.

      I'm trying to write my own Bpm Workspace.

      I have implement tasklist, processlist and some operation on task and process but now i don't know how to authenticate the user!

      Thanks,

      Antonio

        • 1. Re: API function for user authentication
          roxy1987

          If by authenticate user, you mean to check if the user is a valid bpm user then that can be achieved. A valid bpm user is one which has been added as part of the User Group Call Back.

          But the login authentication I believe is something not done by jBPM.