You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oltu.apache.org by "Antonio Sanso (JIRA)" <ji...@apache.org> on 2014/04/01 13:50:27 UTC

[jira] [Closed] (OLTU-57) Extend the client library in order to easily handle bearer token request

     [ 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)