问题
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