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

Improve client API in order to support known Provider

    XMLWordPrintableJSON

Details

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

    Description

      According to the Oltu documentation [0] when using Oltu library client side is always needed to specify the authorization and token location e.g.

      OAuthClientRequest request = OAuthClientRequest
      .authorizationLocation("https://graph.facebook.com/oauth/authorize")
      .setClientId("your-facebook-application-client-id")
      .setRedirectURI("http://www.example.com/redirect")
      .buildQueryMessage();

      even for well known Provider e.g. Facebook, Google etc.

      Given that they should not change really often it would be nice to have preconfigured providers

      [0] https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Quickstart

      Attachments

        1. OLTU-96.patch
          12 kB
          Sam Gorial

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: