GitHub user ajaira opened a pull request:

    https://github.com/apache/camel/pull/1448

    [CAMEL-10779] Authentication : provide a way to use refresh_token mode in 
addition to password method

    Objective is to enrich the 
SalesforceSession.getLoginRequest(HttpConversation) method and add 
    fields.put("grant_type", "refresh_token");
    as an alternative to 
    fields.put("grant_type", "password");
    
    jira: https://issues.apache.org/jira/browse/CAMEL-10779

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajaira/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1448.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1448
    
----
commit 18a6353f9b1638ae4ca6337f7d071b0f35e47f0c
Author: Jaira abderrahim <abderrahim.jaira.exte...@capgemini.com>
Date:   2017-02-06T14:35:36Z

    Authentication : provide a way to use refresh_token mode in addition to 
password method

commit 9d9e6d19c4d88f3f0d2fbf356dd45af8b882ebc1
Author: Jaira abderrahim <abderrahim.jaira.exte...@capgemini.com>
Date:   2017-02-06T14:42:55Z

    Merge branch 'master' of https://github.com/ajaira/camel

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to