LinkedIn app setup (developer config)
Create a LinkedIn company app, add Sign In with LinkedIn + Share on LinkedIn products, set the Keepface callback URL, then paste Client ID + Secret into Keepface integration settings.
A one-time technical setup. Takes ~10 minutes.
1. Create the app
- Go to developer.linkedin.com → Create app
- App name:
<Your Company> on Keepface(this is what employees see during OAuth) - LinkedIn Page: your company’s official LinkedIn Page
- Verify ownership with your LinkedIn account
2. Add required products
Under Products tab, request both:
- Sign In with LinkedIn using OpenID Connect (scopes:
openid,profile) - Share on LinkedIn (scope:
w_member_social)
Both approve automatically for valid Company Pages.
3. Configure OAuth
Under Auth tab, add this Authorized redirect URL:
https://api.keepface.ai/api/v2/marketplace/oauth/linkedin/callback
Copy the Client ID and Client Secret (the “primary” one).
4. Paste into Keepface
Workspace settings → Integrations → LinkedIn → paste Client ID + Secret → Save. The integration tests itself with a server-side ping.
Troubleshooting
If employees see linkedin_userinfo_failed, you’re missing the Sign In with LinkedIn product. Add it and retry.