-
Problem report
-
Resolution: Fixed
-
Major
-
6.4.5
-
None
-
Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401
-
0.75
Steps to reproduce:
- Create a service user, with API access but without access to the front-end interface
- Try to authenticate user
Result:
API request is responded with following message :
{"jsonrpc"=>"2.0", "error"=> {"code"=>-32500, "message"=>"Application error.", "data"=>"No permissions for system access."}, "id"=>84653}
Expected:
Successful API user authentication
Workaround:
API authentication succeeds when service account is allowed to used front-end. This was working fine while running 6.2.x series