sebastienblanc / spring-boot-keycloak-tutorial

Easily Secure your Spring Boot Apps with Keycloak

Home Page:https://developers.redhat.com/blog/?p=432287

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easily Secure your Spring Boot Apps with Keycloak

This is the support repository for :

The full instructions to setup the Keycloak Server can be found in the Blog Post.

To start the app from the command line :


mvn clean spring-boot:run

Importing the realm

If you don't want to create and configure the initial Keycloak Realm manually, you can just import it through the Keycloak Web Console. Import the springdemo.json which is located at the root of this repo.

Part 1 - Create a Spring Boot app and add Keycloak support

This is on the Master branch

Part 2 - Add Spring Security support

This is on the Spring Security branch

Part 3 - Splitting the monolith and secure microservices

TODO

Resources

About

Easily Secure your Spring Boot Apps with Keycloak

https://developers.redhat.com/blog/?p=432287


Languages

Language:Java 78.9%Language:FreeMarker 10.8%Language:HTML 10.4%