id_token not present in TokenSet #3555
Replies: 4 comments 8 replies
-
@bogdansoare changed the default config to assume there is an id_token present in #3418, but it sounds like something might need to be configured in Okta. @bogdansoare any ideas? |
Beta Was this translation helpful? Give feedback.
-
I was getting this issue due to the scope param when attempting to login with Google. In a previous version of Next.js, you were supposed to pass in the scopes as a string separated by spaces, but in the lastest version of Next.js (as of this comment) you are supposed to pass an array of scope strings. This behavior was cause by an update to my Next.js version. |
Beta Was this translation helpful? Give feedback.
-
Any solution to fix this issue? |
Beta Was this translation helpful? Give feedback.
-
This worked for me:
Originally posted by @balazsorban44 in #4295 (comment) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am trying to get Okta provider to work with next-auth but I am getting this issue on the callback step.
https://next-auth.js.org/errors#oauth_callback_error id_token not present in TokenSet
My next-auth configuration looks like this
Anyone know what would be the cause? Thanks for your time and happy new year! 🥳
Beta Was this translation helpful? Give feedback.
All reactions