api-layer
api-layer copied to clipboard
ZaaS client error message incorrectly translated
Describe the bug When ZaaS client calls the gateway to return passticket and some error happens there, ZaaS client translates it as 404 - Gateway service is unavailable. It should display a real error message from the gateway, e.g. "The generation of the PassTicket failed. Reason: Not authorized to use this service. Verify that the user and the application name are valid, and check that corresponding permissions have been set up"
Steps to Reproduce
- Get JWT
- Try to obtain passticket for APPLID(can be even non existing)
Expected behavior Users can see real messages that can help to solve the issue.