-
Notifications
You must be signed in to change notification settings - Fork 366
Exception running example simple-oauth #278
Comments
For each provider you want to use (Google is one example), you need to
|
Thank you! btw is this the application simple-oauth the one deployed as live demo in heroku? |
No, that's the usage one (well, an old version of it)
|
ahh but the usage one in master doesn't have the linkedin example I am after ... :( do you have a code example specifically for linkedin? or maybe the old version how to do it? |
You just need to enable the plugin, that's it. You can either see how that
|
But there must be specific code to do when I want to login to my application via Linkedin and I wanted to find an example ... the usage example doesn't include linkedin ... I checked already. Thanks for your support. I just need a linkedin example that's all. |
All providers work the same way. It makes no difference whether it is
|
Is there a sample app usage written in Scala rather than Java? |
You can find one in #212. |
I am looking for a linkedin example and trying to see whether the simple-oauth application has it and works I get the following exception.
Unexpected exception
RuntimeException: Provider 'google' missing needed setting 'clientId'
No source available, here is the exception stack trace:
->java.lang.RuntimeException: Provider 'google' missing needed setting 'clientId'
The text was updated successfully, but these errors were encountered: