Closed garpinc closed 1 year ago
Hey, @garpinc.
Considering this article: https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
You can still access the Keycloak admin panel for configuration through the defined contextPath
. There, you can do all administration tasks including adding/searching for users.
Can you provide an example of how one would do things like add user or search for user in the embedded keycloak?