Hello!
We want run Flowable as a microservice (for workflows a BPM engine is apt) amongst the other services we have or/and eventually may build.
Flowable REST API:
The REST APIs provided by Flowable are authenticated with HTTP Basic Authentication. Is there a way this can be disabled or configured to use an existing auth service we already have?
User/Group database and Auth:
Can we have the Flowable REST API querying an existing user/group database instead of a local database Flowable is attached to?
@joram, Thank you for these pointers! They are a great starting point for me. Can’t underscore enough because I am new to the Java/Spring world as well.