In this chapter, we are going to focus on implementing the Authentication and Authorization flow using the OpenID Connect protocol for our new Daniel’s Delivery website. We are going to use Keycloak as the Identity Provider and the Authorization Flow Code.
Using Keycloak as a new Users datastore
Applying authorization via JWT in the JAX-RS layer
Handling authentication in the Vue.js layer with Vuex