idavollen
idavollen
quotation from README, "There are three possible sources for your component. Sorted by priority: context, configuration and props" hints to me that theme in context has lowest priority, then configuration(local...
In my Spring Boot application, I've come out my custom MyProviderManager where I'd like to control the logic inside method authenticate ``` public Authentication authenticate(Authentication authentication) { // instead of...
thanks for the great idea of Module Federation as well as this demo! I've run this demo and it is cool, however I have some feeling of tight coupling between...
First of all, thanks for nice blogs! I'm wondering why you did not directly use _keycloak-spring-security-adapter_ mentioned by [KeyCloak documentation](https://www.keycloak.org/docs/latest/securing_apps/index.html#_spring_security_adapter) for your [spring-security-keycloak tutorial](https://www.thomasvitale.com/spring-security-keycloak/) ? Instead, you used _org.keycloak:keycloak-spring-boot-starter_ for...
### Preflight Checklist - [X] I could not find a solution in the existing issues, docs, nor discussions - [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe the...