Hello, I'm having trouble setting up TikTok and LinkedIn social login in Odoo 19 e+ (SaaS).
1. TikTok Login – Access Denied
The app is already approved by TikTok Developers, Login Kit is enabled, and the Redirect URI is correctly configured:
But when trying to log in, TikTok returns “Access Denied / error_type=client_key / param_error”, even with the App ID (Client Key) and App Secret correctly configured in Odoo.
Furthermore, the TikTok logo does not appear on the login button, even using the standard CSS class fab fa-tiktok.
2. LinkedIn Login – Redirect Error
LinkedIn returns:
error=redirect_uri_mismatch
Even using the exact Redirect URI required by Odoo:
And the button in Odoo calls the URL:
https://www.linkedin.com/oauth/v2/authorization?response_type=token&client_id=XXXX&redirect_uri=...&scope=openid profile email
But LinkedIn does not accept the redirect and blocks the login.
Summary
TikTok → Access Denied + client_key error
TikTok logo not appearing
LinkedIn → redirect_uri_mismatch even with the correct redirect
Both integrations prevent login to Odoo
I need help with:
Validating if Odoo is sending the correct parameters to TikTok and LinkedIn
Confirming if the Odoo OAuth flow is compatible with TikTok Login Kit
Confirming if LinkedIn accepts the flow with response_type=token
Making the official icons appear on the login buttons
I managed to insert the logo, but it's black and not showing the original color of either logo.