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

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

jaira abderrahim created CAMEL-11040:
----------------------------------------

             Summary: 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
             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)