Dhiraj Bokde created CAMEL-12899:
------------------------------------
Summary: Handle LinkedIn Captcha redirects gracefully
Key: CAMEL-12899
URL: https://issues.apache.org/jira/browse/CAMEL-12899
Project: Camel
Issue Type: Bug
Affects Versions: 2.22.1
Reporter: Dhiraj Bokde
Assignee: Dhiraj Bokde
Fix For: 2.22.2
Currently LinkedIn component throws the exception
{code:java}
java.lang.SecurityException: Invalid CSRF code!{code}
when LinkedIn responds with a CAPTCHA instead of a login token.
Instead it should detect ac CAPTCHA response and print an appropriate message.
In addition, since username and password authentication may not work, the
component should support configuring a user generated access token to bypass
the LinkedIn login process and still be able to use LinkedIn API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)