LinkedIn’s OAuth response Error #13054
Unanswered
nithinpawar10
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The issue is that LinkedIn’s OAuth response now includes an iss (issuer) field, but NextAuth.js expects this field to be missing (undefined). Because of this mismatch, NextAuth.js throws an error and the LinkedIn login fails. This is a compatibility problem between NextAuth.js and LinkedIn’s latest OAuth implementation, and it must be fixed in the NextAuth.js library itself. You cannot resolve it with configuration changes in your project.
Beta Was this translation helpful? Give feedback.
All reactions