-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"client_id" is missing when using a custom OAuth config for LinkedIn #282
Comments
Hi Kevin, you're configuration looks correct. I believe that this is a non-standard requirement. I've drafted a quick fix. Please let me know if it works.
|
Thanks for the quick response! I tried it with both
If it helps, here's the code I'm working with. |
Good thinking trying |
As I noted in the related PR, I'm able to set up the custom config so I no longer run into the "client_id is missing" error even without the |
I'll close this issue for now but will still pursue #287, as it'll hopefully prevent issues relating to LinkedIn from popping up in the future. Thank you, Kevin! |
I'm not sure if this is properly for this repo or
oauth2_client
, but please let me know if that's the case.I created an app in the LinkedIn developer portal, used the ID/secret locally and was able to go through the auth flow on LI (which leads me to believe the client id is set correctly on my end), but when handling the access token response I get the error in the title (and at the end of this issue).
LinkedIn's OAuth docs say to include the client ID and secret again in the call to get the access token – I'm not sure if that's non-standard?
Here is my client config:
Relevant part of the stack trace:
The text was updated successfully, but these errors were encountered: