You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the steps acording to the documentation and to this Github but I'm still getting an error 403 forbidden when attempting to access the case overview with a User.
This are the steps I did:
Downloaded this github unzip and executed "mvn clean package". This generated a "target" folder and inside multiple folders and a page-authorization-rules-0.0.1-SNAPSHOT.jar which I copied "C:\Bonita\BonitaCommunity-7.11.2\server\webapps\bonita\WEB-INF\lib".
Next, using the setup tool inside I did setup.bat pull and inside platform_conf/current/tenants/1/tenant_engine I updated bonita-tenants-custom.xml adding this at the end:
After that, at the same location I updated bonita-tenant-community-custom.properties adding: bonita.tenant.authorization.rule.mapping=authorizationRuleMappingWithProfile
Finally I pushed the config with setup.bat push (with no errors) and restarted the server.
To test the changes I added a new user to the "User" profile and tried to access a case overview but I got the 403 Forbidden. If I try the same url with an Admin or a user who had a task in that case it works as it should.
Any suggestions? I'm actually lost, not sure what to try next.
The text was updated successfully, but these errors were encountered:
I'm following the steps acording to the documentation and to this Github but I'm still getting an error 403 forbidden when attempting to access the case overview with a User.
This are the steps I did:
Downloaded this github unzip and executed "mvn clean package". This generated a "target" folder and inside multiple folders and a page-authorization-rules-0.0.1-SNAPSHOT.jar which I copied "C:\Bonita\BonitaCommunity-7.11.2\server\webapps\bonita\WEB-INF\lib".
Next, using the setup tool inside I did setup.bat pull and inside platform_conf/current/tenants/1/tenant_engine I updated bonita-tenants-custom.xml adding this at the end:
bonita.tenant.authorization.rule.mapping=authorizationRuleMappingWithProfile
Finally I pushed the config with setup.bat push (with no errors) and restarted the server.
To test the changes I added a new user to the "User" profile and tried to access a case overview but I got the 403 Forbidden. If I try the same url with an Admin or a user who had a task in that case it works as it should.
Any suggestions? I'm actually lost, not sure what to try next.
The text was updated successfully, but these errors were encountered: