Method Level Authorization with Spring Boot and Keycloak
In this article we will go over how to implement role based, method level security in a Spring Boot project using a token generated by Keycloak. It’s a fairly simple and straightforward process, and shouldn’t take more than 30-45…