Hello.js and LINKEDIN [closed]

烂漫一生 提交于 2019-12-14 03:36:43

问题


i'm using with success hello.js to create a mix of client/server autentification. Unfortunately, when using Linkedin as a network, which should be in "OAuth2: Implicit Grant" which means, no need to share the SECRET KEY on client side, this is not working and i receive an error from auth-server.herokuapp.com/ saying the CLIENT_ID is not recognized which is normal as i don't have to declare it alike facebook and google which are working fine with such implementation.

I would like to know if normal and why i should declare this as i want my script to be autonomous of any third party security failure.

Thanks for helping. Regards P.


回答1:


Its an error in the hellojs docs v1.0.1, which i've now fixed http://adodson.com/hello.js/#oauth-proxy

LinkedIn only support the explicit flow at present. https://developer.linkedin.com/documents/authentication

The linkedIn signin widget may circumvent a server call for you, but you will have to use their Javascript SDK https://developer.linkedin.com/documents/overview)



来源:https://stackoverflow.com/questions/25530702/hello-js-and-linkedin

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