In version bd75dde35c58ed2f648ab35aed3c6b3eb3d302c4 of Authentication microservice was introduced logic to get errors returned to the frontend as long redirect is set.
In case of following query parameters are used:
| Parameter |
Values |
Description |
| code |
error |
Will always be same value (error) when there is error in authentication |
| error |
int |
Number mathing error. Currently following implemented:  |
| message |
string |
Message from remote server about authentication failure reason or Please refer error code. |
In version
bd75dde35c58ed2f648ab35aed3c6b3eb3d302c4of Authentication microservice was introduced logic to get errors returned to the frontend as long redirect is set.In case of following query parameters are used:
errorerror) when there is error in authenticationintstringPlease refer error code.