JWT token validation and JWKS (asp.net core webapi 6)

0

I am complete new to JWT and Auth0. I am writing an webapi using .net core 6. It need to validate user Authorization JWT token (Http header) using Authorisation filter in .net core and JWKS (keys). May I have any example. I have search google but no luck.

I would like to use Authorisation filter + JWKS

Please any sample code, example would be excellent.

Hi there @irfanali1981 welcome to the community!

Have you had a chance to take a look at this quickstart?

Hope it helps!

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