Steps to reproduce:
1) configure a process engine whereby the property authorizationEnabled is set to false
2) execute AuthorizationService#isAuthorized()
Problem:
AuthorizationService#isAuthorized() executes the authorization check. So that false is returned.
Expected behavior:
- AuthorizationService#isAuthorized() returns true, if the authorization is disabled.
- No authorization check is performed
Hints:
In Admin the tabs Authorization and System are not be visible if the authorization is disabled.
This is the controller panel for Smart Panels app
- is related to
-
CAM-5323 Admin menu "system" and "authorizations" should be accessible to administrator user only
- Closed