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

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

    [ https://issues.apache.org/jira/browse/CAMEL-12899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663268#comment-16663268 ] 

ASF GitHub Bot commented on CAMEL-12899:
----------------------------------------

dhirajsb opened a new pull request #2578: CAMEL-12899: Added check for LinkedIn CAPTCHA, added accessToken and …
URL: https://github.com/apache/camel/pull/2578
 
 
   …expiryTime properties to avoid login issues

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Priority: Major
>              Labels: LinkedIn, camel-linkedin
>             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)