JSON Web Key Set (JWKS) is a set of keys containing public keys that can be used to verify given JSON Web Token (JWT) by the authorization server. In this article I will show you how to add JWKS authentication with Micronaut. JWKS Use Case You have third party authorization server like Auth0 or FusionAuth….