keycloak-spi/README.md

14 lines
385 B
Markdown
Raw Permalink Normal View History

# keycloak-spi
This repository contains some custom [Keycloak SPIs](https://www.keycloak.org/docs/latest/server_development/#_providers)
used by CSC on our Keycloak instance.
## Build
Requires OpenJDK 11+ and Maven 3.6+.
```sh
mvn clean package
```
## Install
Copy target/csc-keycloak-spi.jar to /opt/jboss/keycloak/standalone/deployments
in the container where Keycloak is running.