Linkedin Provider - Sign in Issue

Did not encounter that problem.

This might help someone:
I’m using next.js on the frontend and next-auth for authentication, I solved this issue by using LinkedIn provider from next-auth that calls LinkedIn and gets data about the user from LinkedIn, if response is valid, I am then calling a custom endpoint in Strapi which I created that is handling user auth on Strapi side and issuing jwt which is then sent to next auth to login the user.