Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试将 Single Sign On 集成到我正在处理的项目中。身份验证的 URL 是:
https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=#####&scope=r_basicprofile%2C+r_contactinfo%2C+r_emailaddress&state=527ac1ed0f8081.42856052&redirect_uri=http%3A%2F%2F## #.####.co%2Fsignin%2Flinkedin
重定向到: http ://www.linkedin.com/nhome/?report%2Efailure=adZIVBnWTib4up_BiP_fhajxJtMf-QxCuI5n3xXRttZscKxS6FJjbN4qYCKWmvPauF8bvrjY0gMo-bRRTAHLnrfYYkKD-qaxjFjLbhAeRkM_cnR4TzyUN5bDtRt
显示以下消息:“出现意外问题,导致我们无法完成您的请求。”
我错过了什么?
您需要在范围之间留一个空格。
https://www.linkedin.com/uas/oauth2/authorization?response_type=code&client_id=#####&scope=r_basicprofile%20r_contactinfo%20r_emailaddress&state=527ac1ed0f8081.42856052&redirect_uri=http%3A%2F%2F###.## ##.co%2Fsignin%2Flinkedin
-1 表示 LinkedIn 的 API 质量。