What's the meaning of “Client is disabled” error message?

為{幸葍}努か 提交于 2020-01-24 13:37:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!