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
Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.
Andreas B. Vestergaard -
Andreas B. Vestergaard -
K.A.FrontDev -
Bob Cars(on) -
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-...