You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dhiraj Bokde (JIRA)" <ji...@apache.org> on 2018/10/25 05:15:00 UTC

[jira] [Created] (CAMEL-12899) Handle LinkedIn Captcha redirects gracefully

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)