Keycloak User Storage SPI Example with Remote Service
In this tutorial, I will share with you how to implement user look-up and authentication using Keycloak’s User Storage SPI. For starters, SPI stands for Service Provider Interface, and it is a way to write extensions to Keycloak to connect to external user databases and credential stores. In this tutorial, we will make Keycloak load…
Read More Keycloak User Storage SPI Example with Remote Service