Custom otds authentication for flowable rest APIs

Hi,

We are trying to integrate a custom otds authentication for the existing flowable APIs
We updated the @Import clause in the FlowableRestApplication.java (in flowable-app-rest module) to point to the new class instead of SecurityConfiguration.java. We have overridden the configure() method in the new class to provide the authentication changes. However this does not seem to work, even though it loads the new class

Is there any proper documentation around this to guide on how to integrate a new authentication to flowable?

Another question : what is the difference between the SecurityConfiguration in flowable-rest module and flowable-app-rest module? which of these are used in the authentication?

See: Added basic external authentication with a Keycloak Default handler

1 Like