You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/03/20 14:34:41 UTC

[jira] [Resolved] (CAMEL-11040) Authentication : provide a way to use refresh_token mode in addition to password method

     [ https://issues.apache.org/jira/browse/CAMEL-11040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11040.
---------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Yeah I fixed this today

> Authentication : provide a way to use refresh_token mode in addition to password method
> ---------------------------------------------------------------------------------------
>
>                 Key: CAMEL-11040
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11040
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-salesforce
>    Affects Versions: 2.19.0
>            Reporter: jaira abderrahim
>            Assignee: Claus Ibsen
>             Fix For: 2.19.0
>
>
> The validate() method in SalesforceLoginConfig class, there is a buggy test at the line 181: 
>  Type of authentication should be refreshToken only when the refreshToken is present.
> line 181 should read
> if ( *! hasRefreshToken* && keystore == null)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)