no valid key found in issuer's jwks_uri for key parameters {"kid":"9E5424FCE2CE598655385D1BA87FA3FF0D06030E","alg":"RS256"} #10328
Unanswered
mikele-dev
asked this question in
Help
Replies: 2 comments
-
No one has an idea? I would appreciate help on this a lot! :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any solution for this please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I am trying to use next-auth for a custom OIDC provider of a customer. In postman I get a token, so the credentials seem correct.
When I use it in my app I get redirected to their idp-website, can login and get redircted to my next.js app on localhost.
Unfortunately I get the error message in my console:
message: `no valid key found in issuer's jwks_uri for key parameters {"kid":"9E5424FCE2CE598655385D1BA87FA3FF0D06030E","alg":"RS256"}`
This is my setting in next-auth:
Here is the complete log:
Here is the content of the .well-known:
And here of the jwks configuation:
At the very end you can see the alg "RSA". Could this be a mismatch?
I also tried to define it in next-auth like this:
AND with RS256
Did not work as well.
Thank you very much for your help! I appreciate it!
Michael
Beta Was this translation helpful? Give feedback.
All reactions