You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you see instead?
Doesn't get OAuth token, linkedin returns this:
{"error_description":"missing required parameters, includes an invalid
parameter value, parameter more than once. :
client_secret","error":"invalid_request"}
What version of the product are you using? On what operating system?
Latest master. This change introduced the problem
https://github.com/golang/oauth2/commit/bb8496880f7e4671902be4e7251f40d971c5d535
Please provide any additional information below.
Linkedin needs to be added to the list of busted auths in
providerAuthHeaderWorks function. They require "client_secret" as a parameter,
instead of taking it as basic auth header. Please add linkedin to the list
(https://www.linkedin.com/), or give users some way to manually add oauth2
providers
Original issue reported on code.google.com by [email protected] on 10 Sep 2014 at 8:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 10 Sep 2014 at 8:32The text was updated successfully, but these errors were encountered: