问题
My website implements login with linkedin. I open a popup with the following URL and receive the linkedin login page with an error at the header saying "Client is disabled". I couldn't find any documentation for this error, so any help would be appreciated.
Accessed URL: "https://www.linkedin.com/uas/oauth2/authorization?client_id=..."
回答1:
I also got the same error when trying out OAuth2 flow as described in [1].
The reason was the clientId value I used belonged to an app created in my linkedin developer account some time back and was deleted later. When I registered a new app and used the new clientId, the issue was resolved.
[1] http://tharindue.blogspot.com/2016/04/retrieving-user-profile-information.html
来源:https://stackoverflow.com/questions/35332445/whats-the-meaning-of-client-is-disabled-error-message