[keycloak-user] spring-security-adapter on wildfly: How?

Andrey Saroul andrey.saroul at gmail.com
Tue Feb 2 06:17:04 EST 2016


I had the same issue.
I missed the spring security initializer and so springSecurityFilterChain
was not registered.
I added this class in my app, and then all security worked just fine

public class SecurityWebApplicationInitializer
        extends AbstractSecurityWebApplicationInitializer {
}

And by the way, no web.xml required at all if you use annotation config.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160202/5bc64ca9/attachment.html 


More information about the keycloak-user mailing list