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

Benjamin Moser beny.moser at gmail.com
Thu Feb 4 05:09:55 EST 2016


Hi Andrey

Thank you for your response.
This fixed my problem.

Best regards
Ben

2016-02-02 12:17 GMT+01:00 Andrey Saroul <andrey.saroul at gmail.com>:

> 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.
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/keycloak-user/attachments/20160204/4089cd42/attachment-0001.html 


More information about the keycloak-user mailing list