I have a JWKS API URL where I have to consume and verify my token. I have used HTTP Client but I could not get all the data I want.
How do I consume the API and read the keys? How to verify my token using the results I got from the JWKS server?
I am using c#, RS256
question from:https://stackoverflow.com/questions/65852925/how-to-consume-and-verify-jwks-api-server