Setup steps
Register an application via https://www.linkedin.com/developers/apps/new by filling the form with the organization information.
Once the application is created, go to the “Auth” tab and add a new “Redirect URL” and press “Update”. https://<client-id>-staging.bevylabs.com/accounts/oidc/callback/
, where <your-domain>
is the Bevy’s instance domain name (e.g., https://startupgrind-staging.bevylabs.com/accounts/linkedin_oauth2/login/callback/
)
If you are unsure of your client id, please reach out to support for assistance.
Finally, make sure to include the scopes openid
, profile
and email
in the application. This is how you opt in for Sign-in with LinkedIn support in your application:
Information required by Bevy
After updating the app with the new redirect URL, expose the “Client Secret”.
Send both Client ID and Client Secret information using a secure channel (text message, keybase.io, etc).