Technical requirements
For this chapter, you need to have a local copy of the GitHub repository associated with the book. If you have Git installed, you can clone the repository by running this command in a terminal:
$ cd $KC_HOME
$ git clone https://github.com/PacktPublishing/Keycloak---Identity-and-Access-Management-for-Modern-Applications-2nd-Edition.git
Alternatively, you can download a ZIP of the repository from the following URL:
Make sure to either clone or extract the repository into the Keycloak distribution directory.
In order to secure incoming requests to the cluster as well as load balance requests across the different nodes to achieve high availability and scalability, we are going to configure a reverse proxy using a local domain name other than localhost
. This domain name will be used as the public domain...