Add Roles to JWT Issued by Spring Authorization Server
In this blog post, you will learn how to add user Roles and Authorities to a JWT token issued by the new Spring Authorization Server. When writing this tutorial, I assumed that you are familiar with the new Spring Configuration Server setup. Otherwise, please check the Spring Authorization Server tutorial first. Adding Granted Authorities to JWT To…
Read More Add Roles to JWT Issued by Spring Authorization Server