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.

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".


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