This is a two part question. First is the actual goal I’m trying to accomplish. Second is helping me get started because I’m a PHP dev, and my Java skills are extremely rusty.
I’m wanting to create a new group named admin-[username] when a new user is registered. I think this will require writing an extension.
However, I’m not entirely sure where to start. I downloaded the Keycloak source, got it to build (I think), and tried starting with examples from here:
I can’t get them to build. I put the code here:
./server-spi-private/src/main/java/com/zonaut/extensions
I then tried to build the class files, but no luck. Am I on the right track?
Thanks!