8000 GitHub - europeana/keycloak-server: Keycloak wrapped in a Spring-Boot App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

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.

About

Keycloak wrapped in a Spring-Boot App

Topics

Resources

License

EUPL-1.2, Apache-2.0 licenses found

Licenses found

EUPL-1.2
LICENSE.md
Apache-2.0
APACHE_LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
0