Skip to content

playsistemico/keycloak-authentication-spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-authorization-spi

Simple authorization SPI for Keycloak

Useful links

Install dependencies

General

  1. Install Docker
  2. Install make

For SPI development

  1. Install JavaJDK
  2. Install Maven
    1. Download the .tar.gz from Maven's download page
    2. Extract with with tar -xvf apache-maven-<version>.tar.gz
    3. Add the env to .zshrc file
      M2_HOME=/Users/<user>/Downloads/apache-maven-<version>
      export PATH=$PATH:$M2_HOME/bin
      
    4. Refresh .zshrc with source .zshrc
  3. Install dependencies
    cd spi/keycloak-authentication-spi
    mvn install
    

For backend development

  1. Install Go

Build SPI

make build-spi

Run all

make all

About

Simple authorization SPI for Keycloak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published