nononsensecode / keycloak-user-storage-spi-demo

In this repository I am trying to extend the Keycloak server with a custom UserStorage SPI

Home Page:https://nononsensecode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak User Storage SPI Demo

This project is written in Kotlin. It extends the keycloak server to use a REST api as user storage. It will get users, realm role mappings and client role mappings from this external source.

You can get the REST api for users from github following this link

About

In this repository I am trying to extend the Keycloak server with a custom UserStorage SPI

https://nononsensecode.com


Languages

Language:Kotlin 100.0%