Hi all,
I have flowable configured to use https, but the redirect url when logging into apps outside the IDM app shows http instead of https. For example
In my flowable-ui-app.properties file inside tomcat/lib, I have this
idm.app.url=https://localhost:8443/flowable-idm
idm.app.redirect.url=https://flowable.myurl.com:8443/flowable-idm
idm.admin.user=admin
idm.admin.password=test
I can login to IDM fine, but see this issue for any other app login.
I have flowable installed on tomcat 8.5.
Flowable is sitting behind an nginx reverse proxy, but it’s pretty complex and I’m not an expert at identifying if this is playing a part. I’ve never seen this problem before with other apps using the same nginx config.
Is there something I can change to fix this?