DEV Community

sumeetpujari13
sumeetpujari13

Posted on

1

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-...

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay