Configuration
Resource server configuration
Security
The Spring Boot application resources are secured using the Keycloak management system. This section summarizes the steps described in this tutorial: setup the resource server.
Keycloak server configuration
Create a client
Create a new role
Dependency
The keycloak-spring-boot-started is a required dependency and should be added to the project pom.xml file.
Project properties
Last updated