You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the API reference, there is a field called OAuth2Config.jwks_endpoint.
I believe this was introduced in NextAuth.js v4.21.0 via #7014.
However, after checking the source code of Auth.js v5, I couldn’t find any mention of jwks_endpoint, and it seems that even if I configure it, no request is made to that URI.
So, is the jwks_endpoint field currently not supported in Auth.js v5?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
According to the API reference, there is a field called
OAuth2Config.jwks_endpoint
.I believe this was introduced in NextAuth.js v4.21.0 via #7014.
However, after checking the source code of Auth.js v5, I couldn’t find any mention of jwks_endpoint, and it seems that even if I configure it, no request is made to that URI.
So, is the
jwks_endpoint
field currently not supported in Auth.js v5?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions