Uploaded image for project: 'Apache Oltu'
  1. Apache Oltu
  2. OLTU-57

Extend the client library in order to easily handle bearer token request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • oauth2-0.31
    • oauth2-client
    • None

    Description

      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

      Attachments

        Activity

          People

            Unassigned Unassigned
            asanso Antonio Sanso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: