Log-off Re-direct

Have changed the flowable-admin-app.properties (in the /tomcat/lib/ folder) file to point all apps to my IP address as prescribed by Paul. However when logging out it defaults to

http://localhost:8080/flowable-idm/#/login?redirectOnAuthSuccess=true&redirectUrl=http://192.168.1.22:8080/flowable-task/workflow/

instead of using the IP address. Where does this setting need to be set to insure consistency of operation?

Hi Mark,

In Flowable 6.0.1 we introduced a new app config property for this (app.redirect.url.on.authsuccess). This property value will be used for the redirectUrl parameter value when present.

Best regards,

Tijs

Thank you for the reply. DUH, a little brain dead, I figured it out. Changed the line in the properties file in flowable-task. Works fine now!!!