项目作者: conciso

项目描述 :
Keycloak SPI example
高级语言: Java
项目地址: git://github.com/conciso/keycloak-spi-example.git
创建时间: 2020-04-26T12:10:53Z
项目社区:https://github.com/conciso/keycloak-spi-example

开源协议:MIT License

下载


Keycloak SPI example

A simple example project for implementing Keycloak SPIs

Build Status

Webinar

This demo is also available as a free webinar (in German).

Build

For a build you need to have set up Maven, Java, and Docker.

You can build this project with Maven running:

  1. mvn clean install

Running the demo

After you have build the Docker image, you may run the demo with Docker Compose from the root directory of the repository:

  1. docker-compose up

This starts Keycloak and makes it available at http://localhost:8080.
Use user admin and password admin for login.

It also starts an additional container named mail. You may use it to check emails send by Keycloak. The web interface will be available at http://localhost:9080.

NOTE: Make sure you have configured email settings in Keycloak correctly. Use mail as hostname and keep the port to 25 (default).

Step by step