December 2019
Intermediate to advanced
314 pages
6h 51m
English
Within the Chapter07/keycloak-demo folder, you will find another version of our customer service application that uses Keycloak to secure the REST endpoints. To use Keycloak authorization and the OpenID extension, we have included the following set of dependencies in the pom.xml file:
<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-keycloak-authorization</artifactId></dependency><dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-oidc</artifactId></dependency>
Now that all the required libraries are in place, let's learn how to install Keycloak Identity Server and load a security realm in it.
Read now
Unlock full access