By-pass flowable Modeler login

Hi,

We are bundling flowable modeler inside our application and our application is having own authentication mechanism.
As of now we have to provide login credential twice one to cross our application auth and second to cree flowable modeler auth.
Need help to by-pass flowable modeler login screen, please suggest.

Thanks,
Ashish Singh

Hey @as0077749,

You can achieve this by providing your own Security configuration for the Flowable Modeler application. The Flowable Modeler application is using Spring Security for the authentication.

Cheers,
Filip