When during the authentication process a 403 HTTP Status code is returned (=forbidden). It should be handled in such a way that the user is presented with a useful error message.
For example:
You are not authorized to perform the required service calls. Use option --debug for more information about which request failed.
This will prevent errors occurring further down the line which may lead to confusion.
See issue #1088 for an example
When during the authentication process a 403 HTTP Status code is returned (=forbidden). It should be handled in such a way that the user is presented with a useful error message.
For example:
This will prevent errors occurring further down the line which may lead to confusion.
See issue #1088 for an example