Baeldung / spring-security-oauth

Getting Started withg Spring Security OAuth:
http://bit.ly/github-lsso
MIT License
1.99k stars 1.95k forks source link

With embedded keycloak how do you recomend calling the API? Via Rest even though it's on same server? #408

Closed garpinc closed 1 year ago

garpinc commented 1 year ago

Can you provide an example of how one would do things like add user or search for user in the embedded keycloak?

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