question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flowable IDM: No longer working with external LDAP after update from 6.4.0 to 6.4.1

See original GitHub issue

We use flowable-ui-idm-app configured to connect to an external LDAP provider.

After updating from 6.4.0 to 6.4.1 all logins fail with "status":500, "error":"Internal Server Error", "message":"There is no PasswordEncoder mapped for the id "null"", "path":"/flowable-idm/app/authentication".

I guess this is a side effect of https://github.com/flowable/flowable-engine/commit/248de5aec346df61be4ccec603dfa58b5a97f6ae (Cleanup Flowable Spring Boot Security Auto configuration).

I tried setting flowable.idm.password-encoder to spring_delegating_noop (or other values), but this property is not used if flowable.idm.ldap.enabled is true. see: https://github.com/flowable/flowable-engine/blob/eeebfd23af3571741b60e3f663f17c0ecc50a812/modules/flowable-ui-idm/flowable-ui-idm-conf/src/main/java/org/flowable/ui/idm/conf/SecurityConfiguration.java#L79

Edit: https://github.com/flowable/flowable-engine/commit/248de5aec346df61be4ccec603dfa58b5a97f6ae really seems to be the cause. I build flowable-ui-idm-app version 6.4.1 but replaced the flowable-spring-boot-autoconfigure dependency with version 6.4.0 and the error disappeared.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
voronczoffcommented, Jan 29, 2019

Is there a way to fix current 6.4.1 installation? When can we expect new release with fixed issue?

0reactions
PascalSchumachercommented, Jan 21, 2019

Thank you very much! 👍 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flowable all-in-one Docker image and LDAP
I started by updating the flowable-ui-idm-app's ... Flowable IDM: No longer working with external LDAP after update from 6.4.0 to 6.4.1.
Read more >
LDAP integration · Flowable Open Source Documentation
Integrating the LDAP system with Flowable is done by injecting an instance of org.flowable.ldap.LDAPConfigurator in the idmProcessEngineConfigurator section of ...
Read more >
Recently Active 'flowable' Questions - Stack Overflow
I'm using Flowable 6.7.2 OpenSource and I want to integrate it with AD using LDAP. I've changed several properties in flowable-default.propierties (flowable.idm ......
Read more >
How do I use the LDAP connector in IDM (All versions) to ...
The purpose of this article is to provide information on using the LDAP connector in IDM to update the ENABLE property in Active...
Read more >
Search Results - CVE
The mission of the CVE® Program is to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found