LinkedIn

The LinkedIn factor requires a client ID and client secret, that is specific to your LinkedIn Developer account and application within the LinkedIn Developer platform.

LinkedIn configuration in the Quasr Tenant Admin UI

How to register the application with LinkedIn, retrieve client ID and create a client secret is documented here:

Go to the LinkedIn Developer page and select "Create App".

Once the app is created, take the Client ID and Client Secret from the top of the screen. These are the values you need to insert into the Quasr Platform as Client ID and Client Secret.

Further down, set the following values:

  • Authorization redirect URLs for your app: https://{tenant_id}.api.quasr.io/factors/oauth2/callback Make sure to replace the {tenant_id} with yours.

  • OAuth 2.0 scopes: remailaddress r_liteprofile

Last updated