A Simple MicroProfile JWT Token Provider With Payara Realms and JAX-RS

In this tutorial, I will demonstrate how to create a "simple" (yet practical) token provider using Payara realms as users/groups store. With a couple of tweaks, it's applicable to any MicroProfile implementation (since all implementations support JAX-RS).

In short this guide will: