Skip to content

tdiprima/spring-boot-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot and Keycloak with OIDC

Start Keycloak

Make sure Keycloak is running first

bin/kc.sh start-dev

Start Spring Application

Run SpringBootKeycloakApplication

Or:

mvn clean install
java -jar target/spring-boot-keycloak-0.0.1.jar

Usage


This project may include third-party open-source code, subject to its original licenses. If there is a licensing concern, please open an issue.