LinkedIn Authentication

🚧

Required for LinkedIn Signups

As of February 18th, 2019, registering your site with LinkedIn will be REQUIRED for LinkedIn sign on with JobBoard.io.

To make sign-ups on your site quick and easy, you have the option to integrate your registration process with LinkedIn. This will give new users to your site the option to register and login using their LinkedIn profile. The first time they do so, they'll be taken to a page from LinkedIn to verify that they'd like to share their information with your site. Once they allow access, a profile will automatically be created. When they visit your site in the future, they can login without a need to reauthorize access.

401

Register Your Site with LinkedIn

  1. Start by logging into the LinkedIn Developers page here.
  2. Once logged in, click the link in the top left for "Create Application".
  3. Fill out all required fields on the form, agree to the terms, and click Create App.
  4. Open the "Auth" tab
  5. Make a note of your Client ID and Client Secret. We'll be using these values later
  6. Add your redirect URL. Your redirect URL will simply be your site URL with /auth/linkedin/callback attached to the end. This will look something like: https://www.mysite.com/auth/linkedin/callback
  7. Your page should look something like this (ID will not be blurred):
790

Add Products to your app

Before you can use your new LinkedIn app to authenticate user's, LinkedIn must approve your account. To request access:

  1. Choose on the Products tab in your LinkedIn account.
  2. Click Select on the Sign in with LinkedIn product.
  3. A pop-up will appear to give you the opportunity to review and agree to LinkedIn's API Terms of Use. When ready, agree to the terms and click Add Product.
  4. Your use of this product will enter a "Review In Progress" status. LinkedIn will contact you via e-mail when your request has been approved.
759

If for any reason your request is denied, please contact LinkedIn for further assistance.

Add LinkedIn info to JobBoard.io

Now that you have your site setup with LinkedIn, you'll need to map your LinkedIn information to your JobBoard.io site.

  1. In your admin panel, navigate to Site Config -> Integrations.
  2. Locate the integration for LinkedIn.
  3. Place the Client ID from LinkedIn in the Client ID field.
  4. Place the Client Secret from LinkedIn in the Client Secret field.
  5. Check the boxes to make this active for Profiles, Employers, or both.
  6. Scroll down and click Save.
929

The LinkedIn sign-up will now be active for Profiles and/or Employers based on the options you selected!

Troubleshooting

Bummer, something went wrong.

The most common issue seen with LinkedIn Authentication is the following error:

397

This indicates that the URL entered in Step 6 above does not match the URL that the user has been redirected from. Ensure that this value matches your JobBoard.io site to resolve the issue.

We're sorry, we've encountered a system error...

You may also run into a generic error message from our system that appears as follows:

1652

This most likely means that your app has not been granted the appropriate permissions by LinkedIn. To check:

  1. Look back at the Auth tab in your LinkedIn account.
  2. Scroll down, and look for the section labeled OAuth 2.0 scopes.
  3. Check to see that the r_liteprofile permission is listed as shown in the screenshot below.

If this permission is not listed, double check that you've added to appropriate product to your app as detailed in the instructions above. If it is listed, please contact our support team for further assistance.

733