Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 853 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 853 Bytes

Keycloak-spi-Examples

This repository contains some spi examples for keycloak.

You can use SPI (Service Provider Interfaces) in Keycloak to react to certain events. In this repository i will try to cover some common possibilities to react to events and redirect these to your application. In this scenario i use a newly created Keycloak docker image. To activate your events you need to build a jar file from your spi implementation and put it inside your keycloak server folder under "opt/keycloak/providers"

This Repository covers the following implementations

  • HTTP: User simple http calls to make a request to your applications endpoints
  • RabbitMQ: Sending messages to a queue on a certain event