I had the same issue.I added this class in my app, and then all security worked just fine
I missed the spring security initializer and so springSecurityFilterChain was not registered.public class SecurityWebApplicationInitializerAnd by the way, no web.xml required at all if you use annotation config.
extends AbstractSecurityWebApplicationInitializer {
}
_______________________________________________
keycloak-user mailing list
keycloak-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user