Keycloak event listener provider implementation with multiple sender options.
- Multiple Publisher types
- HTTP
- Http sender for Keycloak events
- Ability to supply events that can be excluded (TODO)
- Http sender for Keycloak Admin operations
- Ability to supply events that can be excluded (TODO)
- Http sender for Keycloak events
- JMS
- HTTP
- Queue events before publishing
- Retry in case of failure
- Ability to supply retry strategies (TODO)
- Serialize queue events to a file or database (TODO)
mvn clean package
Docker image can be built with docker
profile.
mvn clean package -Pdocker