joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 367 forks source link

Once authenticated how to send requests to the provider? #316

Open bravegag opened 7 years ago

bravegag commented 7 years ago

I'm sorry for the bit out of off topic question, but once I have an application that uses play-authenticate; what is the preferred way to make API calls to the specific provider? I could not find this in the samples ...

Mule52 commented 7 years ago

Can you provide us some examples of the types of API calls you are looking to make to the specific provider?

bravegag commented 7 years ago

For example using Scribe: https://github.com/scribejava/scribejava one can make requests to the different providers using their simple API e.g. https://github.com/scribejava/scribejava/tree/master/scribejava-apis/src/test/java/com/github/scribejava/apis/examples

While using PA I believe such api is hidden somewhere (or even provided by a 3rd party library?)