DEV Community

sumeetpujari13
sumeetpujari13

Posted on

HELP!!!

Can we add our custom User Account Service in keycloak?

I want to add my custom User Account Service in keycloak (e.g- network service) in keyclaok. So can I do that? If yes then how can we add this because ther is nothing in the documentation

Top comments (1)

Collapse
 
tiguchi profile image
Thomas Werner

I'm in the same boat and will have to implement something similar soon. Keycloak can be extended with custom storage providers, such as a custom UserStorageProvider.

I also just found a complete step-by-step tutorial over at Baeldung that explains how to do that: baeldung.com/java-keycloak-custom-...