Tadayoshi Sato created CAMEL-13300:
--------------------------------------
Summary: camel-box - Authentication fails without clues when
2-step verification is enabled
Key: CAMEL-13300
URL: https://issues.apache.org/jira/browse/CAMEL-13300
Project: Camel
Issue Type: Improvement
Components: camel-box
Affects Versions: 3.0.0-M1
Reporter: Tadayoshi Sato
Assignee: Tadayoshi Sato
Currently it's not possible to use [Standard
Authentication|https://github.com/apache/camel/blob/camel-3.0.0-M1/components/camel-box/camel-box-component/src/main/docs/box-component.adoc#standard-authentication]
with 2-step verification enabled on the Box account. I think it's fine as we
need to automate the Box 3-leg authentication without interruptions. However,
when authentication is failed Camel Box just says:
{code}
Box API connection failed: Error authorizing application: no-op
{code}
so users cannot know why it's failed. We can improve the error message like:
{code}
2-step verification is enabled on the Box account. Turn it off for camel-box to
proceed the standard authentication.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)