Jwt.io does not recognize Auth0 signing certificate for RS256

Ready to post? :mag: First, try searching for your answer.
I am trying to manually create a JWT for my Auth0 app using jwt.io with RS256 but I keep getting the error “Invalid signature”. When I pop-open the browser console it appears it only accepts a private key rather than the signing certificate provided by Auth0:

TypeError: “pkcs8” must be PKCS8 formatted string

As I understand it, I can not retrieve a private key for RS256 from Auth0. How can I create a RS256 JWT using jwt.io with the Auth0 provided signing certificate and JWKS URL?

I have tried pasting the string without the “— BEGIN CERT…” but can not get it to work.

Any help would be great

Thanks
Simon

Hi @simonj ,

I am not sure if you can generate Auth0 JWT token. Since you cannot access Auth0 private key. Posting you article on the same.

Thanks @sumansaurav that’s exactly what I needed to know

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.