You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the a OmniAuth strategy for authenticating to LinkedIn using OpenID. To
use it, you'll need to register an application on the
LinkedIn Apps Page to get your
Client ID and Client Secret. Additionally, you'll need to request access to the
"Sign In with LinkedIn using OpenID Connect" product.
With the LinkedIn API, you have the ability to specify which permissions you want users to grant your application. For more details, read the LinkedIn Authenticating Members documentation.
The following scopes are requested by default:
'openid profile email'
Here is an example of how you can configure the scope option:
When specifying which permissions you want users to grant to your application, you can also specify the array of fields that you want returned in the OmniAuth hash. The following fields are requested by default:
To see a complete list of available fields, read the LinkedIn Profile Fields documentation.
Development
After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.