[
https://issues.apache.org/jira/browse/OLTU-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antonio Sanso closed OLTU-96.
-----------------------------
> Improve client API in order to support known Provider
> -----------------------------------------------------
>
> Key: OLTU-96
> URL: https://issues.apache.org/jira/browse/OLTU-96
> Project: Apache Oltu
> Issue Type: Task
> Components: oauth2-client
> Reporter: Antonio Sanso
> Assignee: Antonio Sanso
> Fix For: oauth2-0.31
>
> Attachments: OLTU-96.patch
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.2#6252)