Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63B15174DD for ; Mon, 13 Oct 2014 19:44:50 +0000 (UTC) Received: (qmail 97584 invoked by uid 500); 13 Oct 2014 19:44:49 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 97537 invoked by uid 500); 13 Oct 2014 19:44:49 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 97521 invoked by uid 99); 13 Oct 2014 19:44:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 19:44:49 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of dmhumph@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 19:44:22 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XdlXZ-0006WG-GA for users@camel.apache.org; Mon, 13 Oct 2014 12:44:21 -0700 Date: Mon, 13 Oct 2014 12:44:21 -0700 (PDT) From: camelcoder07 To: users@camel.apache.org Message-ID: <1413229461443-5757513.post@n5.nabble.com> Subject: Need help with OAuth for Camel Https Client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am needing some help understanding how I can change a camel router from using API key authentication to OAuth which is required by the web service. I currently have the below code working to the web service using API key but I need help understanding how to make the conversion to OAuth. I have found a tutorial for Gauth, but must I use google for this? I have also been given the following additional information as to what to call when using OAuth: GET: https://{API sub-domain}/ui/oauth/authorize POST: https://{API sub-domain}/ui/oauth/token Any help is very much appreciated. POST Thank you! -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-with-OAuth-for-Camel-Https-Client-tp5757513.html Sent from the Camel - Users mailing list archive at Nabble.com.