Hi!
I am looking for official documentation of Keycloak embedded in a spring-boot application.
I’m reading these currently:
- https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
- https://github.com/thomasdarimont/embedded-spring-boot-keycloak-server
However, I think I won’t be able to get the complete information that I need here.
e.g.
- Can I configure it to make KC use a different datasource? - from these they are using
spring.datasource
- Clustering with embedded KC
- And more questions…
Could someone please lead me to some official documentation about embedded KC in spring-boot?
Thank you!