NodeBB LinkedIn SSO OAuth2
NodeBB Plugin that allows users to login/register via their LinkedIn account.
Installation
npm install nodebb-plugin-sso-linkedin-oauth2
Configuration
- Sign in at LinkedIn Developer Network
- From the account name dropdown menu select API Keys
- It may ask you to sign in once again
- Click + Add New Application button
- Fill out all required fields
- For Default Scope make sure at least the following is checked: r_fullprofile, r_emailaddress, r_network
- Set your "OAuth 2.0 Redirect URLs" as the domain you access your NodeBB with
/auth/linkedin/callback
appended to it (e.g. https://www.mygreatwebsite.com/auth/linkedin/callback
)
- Locate your API Key and Secret Key
- Finish by clicking Save button