LinkedIn OAuth
Set up LinkedIn authentication for your Conduit application.
Configuration Steps
- Go to LinkedIn Developer Portal
- Create new application
- Configure OAuth 2.0 redirect URL:
http://localhost:3000/hook/authentication/linkedin - Request required products (Sign In with LinkedIn)
- Note your Client ID and Client Secret
- In Conduit Admin Panel, enable LinkedIn provider
- Enter your credentials and save
Test Authentication
curl -X GET 'http://localhost:3000/authentication/init/linkedin'
Navigate to the returned URL to complete the OAuth flow.
Production
Update callback URL for production:
https://yourdomain.com/hook/authentication/linkedin