Jun 23, 2020 9:21 am
Hi,
I'm using the last version of the plugin, I followed the guide to connect the Linkedin login, but the callback URL returns me a 301, so I can't do the login with Linkedin.
can't someone help me with this issue?
Thanks
9 Replies
Jun 23, 2020 10:28 am
Hi @emanuelxpt,
Please provide us some example URL to allow us to check the issue.
Jun 23, 2020 11:55 am
Hi @asti
Stay here the url, him returns with Status Code: 303 https://www.linkedin.com/oauth/v2/authorization?client_id={client_id}&redirect_uri=https%3A%2F%2Fwww.sample-domain.com%2Fblog%2Fwpdiscuz_auth%2Flinkedin%2F&response_type=code&scope=r_liteprofile%20r_emailaddress&state={state_code}
The URL for wpdiscuz with Status Code: 302
https://www.sample-domain.com/blog/wpdiscuz_auth/linkedin/?error=unauthorized_scope_error&error_description=Scope+%26quot%3Br_liteprofile%26quot%3B+is+not+authorized+for+your+application&state={state_code}
Thanks