Hi Team,
Is there any way to enable cache for LDAP authentication in camunda, like any settings to save the authentication for 30mins etc
Hi Team,
Is there any way to enable cache for LDAP authentication in camunda, like any settings to save the authentication for 30mins etc
Hi @praveen_buya,
no, there is no built-in option. But here you can find an example showing where you can implement a cache on your own: https://github.com/camunda-consulting/code/tree/master/snippets/authentication-filter-with-bypass.
Hope this helps, Ingo