I have an issue that is bothering me because I couldn’t figure out the problem. I cannot verify the token signature using the well-known public certificate, but I can do it with the public one on JWT.io. So, what’s wrong? How is this even possible?
Someone else is facing or did face the same issue?
Are you using the same certificate? If not, how do they differ? Where are you getting the certs? How are you verifying the JWT (code snippets are helpful)? Any other information about how you are trying to verify the JWT is helpful.