NooTheme Premium WordPress Theme › Forums › JobMonster › Integration for Login & Registration with Linkedin › Reply To: Integration for Login & Registration with Linkedin
Hi Ttracy,
Reference link which you have shared its not related to the issue which I am facing. Even i checked the link and its a siteinfity crm product of progress which has its own way to integrate with social cahannels.
Further I investigate and found Linkden has changes its login policies from March 2019 and as per it redirect url of Oauth2.0 should have following format.
https://jobmq.com/linkedin-oauth2/callback
I have configured the required URL format in Linkden app settings but the custome code which your team has made its hardcoded in Theme package and only refering https://jobmonster.com.
When user click on linkden registration or login its get the following error because the reidrect url refereing https://jobmq.com instead of https://jobmq.com/linkedin-oauth2/callback
<h3 class="error__message-heading" style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: rgba(0, 0, 0, 0.9); font-family: -apple-system,system-ui,BlinkMacSystemFont," segoe ui",roboto,"helvetica neue","fira sans",ubuntu,oxygen,"oxygen sans",cantarell,"droid sans","apple color emoji","segoe ui emoji","segoe ui emoji","segoe ui symbol","lucida grande",helvetica,arial,sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 32px; orphans: 2; outline-color: invert; outline-style: none; outline-width: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; border-width: 0px; border-color: rgba(0, 0, 0, 0.9); border-style: none; padding: 0px; margin: 0px;">Bummer, something went wrong.</h3>
The redirect_uri does not match the registered value
URL Genrated by the theme: (https://jobmq.com)
https://www.linkedin.com/uas/oauth2/authorization?client_id=81xdkn61zg4jvi&redirect_uri=https%3A%2F%2Fjobmq.com%2F&response_type=code&scope=r_liteprofile+r_emailaddress&state=itvU5s40rbma
Theme should generate following link: (https://jobmq.com/linkedin-oauth2/callback)
https://www.linkedin.com/uas/oauth2/authorization?client_id=81xdkn61zg4jvi&redirect_uri=https%3A%2F%2Fjobmq.com%2Flinkedin-oauth2%2Fcallback&response_type=code&scope=r_liteprofile+r_emailaddress&state=itvU5s40rbma
I appreciate to release the quick fix for the identified issue or you can directly fix it in my domain site, as you already have all required credential details to login and update.
Regards,
JOBMQ Team