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
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
For further actions, you may consider blocking this person and/or reporting abuse
Yassine Sallami -
Ayush kumar -
Yassine Sallami -
Ismael Garcia -
Top comments (1)
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-...