Bypass Camunda 7 Session based Auth

Hello @Balachandran ,

our webapp has a 2-layer authentication mechanism:

  1. We use the container-native authentication
  2. From there, we map to the webapp-owned context

This is done using a Filter that can be customized:

I hope this helps

Jonathan