Support for ADFS

Hi,

I was wondering if it is possible to authenticate users accessing tasklist via ADFS. I can see Camunda documents mention about LDAP but not sure if there is support for ADFS.

Please help.

Hi Akshay,

currently, Camunda only supports LDAP and it’s built-in database provider. However, you can write your own identity provider to work with ADFS. Please have a look at the docs. Otherwise, you can implement an import which loads the data to the built-in database provider (maybe periodically).

Does this help you?

Best regards,
Philipp

2 Likes

Thanks Philipp. This clears my doubt.