Hello everybody,
actually, i’m using camunda springboot archetype with no security. In my case, i developed another REST API in the same project to manipulate protected sharedrives et files.
My problem is that i don’t know which user is used by default in my application. For my test, this user is not authorized to access to the sharedrives which is blocking me.
Can you tell me how to use the authenticated user in camunda in camunda REST API and my custom APIs to be sure that this authenticated user is able to navigate in restricted folders ?
Thank you