auth0-samples / auth0-WinFormsWPF-oidc-samples

Auth0 OIDC Client with Windows Forms / WPF applications
MIT License
22 stars 25 forks source link

AccessToken Invalid Signature #27

Closed Chandrankar closed 1 year ago

Chandrankar commented 2 years ago

Issue Report

I need to build a desktop application for existing website made using React frontend and Node Backend.

I need to make Http Request to a Server written in NodeJs but it throws an error 401(Unauthorized) when I try to get Token from the website The accesstoken is different The AccessToken which I get using the example is showing Invalid Signature when I try to verify it using jwt.io

frederikprijck commented 1 year ago

Sorry for not getting back to you. Unsure how this repository relates to react or node.

If you would still have issues, I would encourage to open a new issue with information that does involve the technologies used in this sample.

Also be sure to specify an audience to be sure you get a JWT back from Auth0.