Application Access - only * works

Hi all,

I have an issue with Application Authorization.
I went through this tutorial link - section “Application Access”.

As described in the section tasklist is set for “Resource ID”,
but when I tried to log in on application with a user from the support group
I’ve got Login Failed: Forbidden error.

I noticed that if I set full access instead of tasklist (i.e. *) everything works fine.

Do you have any idea what can be the problem?

Regards,
Jovan Zoric

Note: camunda.bpm.authorization.enabled property is set to true
Note: camunda v7.11.0-ee is used

Hi @Jovan_Zoric,

I believe that after you logged out the URL was still http://localhost:8080/app/admin/default/#/ also pointing out to admin, please correct me if I’m wrong.
Make sure that you are trying to log in into the tasklist -> http://localhost:8080/app/tasklist/default/

Best,
Michal

2 Likes

Oh you right, that was the problem. Thanks a lot!