Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Keycloak wrapped in a Spring-Boot App

License

EUPL-1.2, Apache-2.0 licenses found

Licenses found

EUPL-1.2
LICENSE.md
Apache-2.0
APACHE_LICENSE
Notifications You must be signed in to change notification settings

europeana/keycloak-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keycloak Server in a Spring-Boot App

To start the application you'll need to build the project with:

mvn package

and start the Spring-Boot app:

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

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

By default it will use an in-memory database, but you can specify a postgres database in the keycloak.properties file.