Skip to content

Proof of concept for embedding Keycloak's JAX-RS application in a Spring-Boot App.

License

Notifications You must be signed in to change notification settings

pinksummit/OLD-spring-boot-keycloak-server-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example for embedding Keycloak Server in a Spring-Boot App

This is just a Proof of Concept and not recommended for production use. Nevertheless it is a great way develop and test Keycloak extensions or generally playing with Keycloak.

To start the sample application just build the project with:

mvn package

and start the spring boot app via:

java -jar target/spring-boot-keycloak-server-*.jar

The embedded Keycloak server is now reachable via http://localhost:8080/auth.

About

Proof of concept for embedding Keycloak's JAX-RS application in a Spring-Boot App.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%