Return-Path: X-Original-To: apmail-oltu-dev-archive@www.apache.org Delivered-To: apmail-oltu-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28B4C10CC5 for ; Tue, 1 Apr 2014 11:50:51 +0000 (UTC) Received: (qmail 70712 invoked by uid 500); 1 Apr 2014 11:50:50 -0000 Delivered-To: apmail-oltu-dev-archive@oltu.apache.org Received: (qmail 70602 invoked by uid 500); 1 Apr 2014 11:50:49 -0000 Mailing-List: contact dev-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list dev@oltu.apache.org Received: (qmail 67002 invoked by uid 99); 1 Apr 2014 11:50:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 11:50:27 +0000 Date: Tue, 1 Apr 2014 11:50:27 +0000 (UTC) From: "Antonio Sanso (JIRA)" To: dev@oltu.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (OLTU-57) Extend the client library in order to easily handle bearer token request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OLTU-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso closed OLTU-57. ----------------------------- > Extend the client library in order to easily handle bearer token request > ------------------------------------------------------------------------ > > Key: OLTU-57 > URL: https://issues.apache.org/jira/browse/OLTU-57 > Project: Apache Oltu > Issue Type: Bug > Components: oauth2-client > Reporter: Antonio Sanso > Fix For: oauth2-0.31 > > > At the moment once obtained the access token there is not help from the library to request a resource using the token. E,g, the client demo does manually > URL url = new URL( > oauthParams.getResourceUrl() + "?" + tokenName + "=" + oauthParams.getAccessToken()); > It would be nice to extend the client in order to accommodate the 3 kind of bearer requests as for spec [0] > [0] http://tools.ietf.org/html/rfc6750#section-2 -- This message was sent by Atlassian JIRA (v6.2#6252)