Environment (Required on creation):
Any version of Camunda Platform 7
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
In Admin, on authorization page, newly created application authorizations will always grant ALL even if only the single permission ACCESS was selected.
Steps to reproduce (Required on creation):
In Admin, on the authorization page, create a new authorization for the resource Application and select only the permission ACCESS.
Observed Behavior (Required on creation):
The authorization is saved with the permission ALL instead of ACCESS.
Expected behavior (Required on creation):
The authorization is saved with the permission ACCESS.
Root Cause (Required on prioritization):
TBD
Solution Ideas (Optional):
-
Hints (optional):
The front end does something weird here since an authorization with a single ACCESS permission can be created successfully via REST API.