Connect LinkedIn profiles and company pages
Authentication Flow
LinkedIn OAuth 2.0 flow with support for both personal profiles and company pages.
- OAuth 2.0 authorization code flow
- Access tokens with refresh token support
- Separate connections for personal profiles and company pages
- Automatic token refresh using refresh tokens
Stored Credentials
- Access Token (encrypted)
- Refresh Token (encrypted)
- Token Expiration Timestamp
- Profile/Page ID and Name
Security Measures
- All tokens encrypted before storage
- Minimal required permissions (posting only)
- Automatic token refresh mechanism
- Users can revoke access through LinkedIn settings
