Camunda Authorizations

Hello,

I am having a small issue regarding authorizations in camunda. Our project has two apps which are deployed and for one of them I require any user to login and use the system (I don’t expect their to be an account in the user table) and for the other apps i.e admin,cockpit etc, I want this locked down so that a user has to exist and have the permissions.

I’ve got round this partially by enabling the camunda’s authentication engine, but the issue is that the app where I expect any user to be able to access has issues. Various errors are thrown in the logs that the user doesn’t exist. Is there any recommended way to relax this or selectively apply the camunda authentication to specific apps and leave the other’s?