Flowable IDM - Azure Active Directory Integration

Hi,

Is it possible to integrate Flowable IDM with Azure active directory. If so, are there any reference documentations? The default flowable idm database stores the password in plain text and can’t be used . Similarly the LDAP integration too stores all the connection details in a property file as clear text.

Thanks
Karthik

Yes, it is. In the upcoming (soon) 6.6 version, this will be simpler even. We’re writing documentation for that too.

That can be changed in your custom setup, if needs to be.

Thank you @joram. Is there a way, the password in flowable idm Database can be encrypted using any properties. Is this feature available in Flowable.Thank you again for your support.

Thanks
Karthik

Hey @Karthik,

Yes you can encrypt the password.

If you are using Spring Boot then the property you are looking for is flowable.idm.password-encoder. The best option is to use spring_delegating for it. You can see the different options here:

In case you are not using Spring Boot, then you need to set the PasswordEncoder in the IdmEngineConfiguration.

Cheers,
Filip

Thank you @filiphr. That worked for me. I will wait for version 6.6 to integrate with Azure Active Directory. is there a tentative date when 6.6 would be released.

Thanks
Karthik

Will the Modeler and Task applications be configurable to use Azure AD too?

Yes, all UI apps will share the same (Spring) security configuration.

can anyone please let us know, how to configure Azure AD with flowable IDM. Is there any sample configuration or documentation ?

Hi Joram,

Is the Flowable IDM with Azure active directory version available now. Can you please guide on how the integration can be performed into a spring boot project using flowable
Thanks

Hi,

Any examples of this yet?

Thank you

Hey @mjc,

Have you read What’s new with the Open Source Flowable UI Apps? In there we explain how you can connect with an OAuth2 or OpenID system. The AzureAD is such a system.

In addition to that, if you want to query users from AzureAD then you need to configure the Flowable LDAP integration to connect to the AzureAD using LDAP, there is nothing special there.

Cheers,
Filip

It’s great that you’re exploring the integration of Flowable IDM with Azure Active Directory. While this thread is a few years old, it’s worth noting that technology and documentation can evolve over time.