Simple authorization SPI for Keycloak
- Install Docker
- Install make
- Install JavaJDK
- Install Maven
- Download the
.tar.gz
from Maven's download page - Extract with with
tar -xvf apache-maven-<version>.tar.gz
- Add the env to
.zshrc
fileM2_HOME=/Users/<user>/Downloads/apache-maven-<version> export PATH=$PATH:$M2_HOME/bin
- Refresh
.zshrc
withsource .zshrc
- Download the
- Install dependencies
cd spi/keycloak-authentication-spi mvn install
- Install Go
make build-spi
make all