Redirection to flowable idm (login page) from custom application

Hi developers,

I am creating an Angular application which will be using flowable open source.
I want to create this scenario : if a user isn’t logged (when I tap localhost:4200) the app is redirected to the IDM application, like Flowable UI applications. anyone can help me

In the Flowable UI apps, this is done by checking the cookie in a filer, see here: https://github.com/flowable/flowable-engine/blob/master/modules/flowable-ui-common/src/main/java/org/flowable/ui/common/filter/FlowableCookieFilter.java#L143

1 Like