flowable-engine
flowable-engine copied to clipboard
Option to set Context.REFERRAL for LDAP in flowable-ui-app.properties
Option to set Context.REFERRAL for LDAP in flowable-ui-app.properties. Need to use with MS AD and set to follow.
properties.put(Context.REFERRAL, "follow");
Maybe will be enough to show how to set customConnectionParameters in .properties file.
Maybe this comes very late, but I could setup that property using
flowable.idm.ldap.customConnectionParameters.java.naming.referral=follow