<div dir="ltr">Hi Andrey<div><br></div><div>Thank you for your response.</div><div>This fixed my problem.</div><div><br></div><div>Best regards</div><div>Ben</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-02 12:17 GMT+01:00 Andrey Saroul <span dir="ltr"><<a href="mailto:andrey.saroul@gmail.com" target="_blank">andrey.saroul@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I had the same issue.<br>I missed the spring security initializer and so springSecurityFilterChain was not registered.<br></div>I added this class in my app, and then all security worked just fine<br><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"Courier New""><span style="color:rgb(0,0,128);font-weight:bold">public class </span>SecurityWebApplicationInitializer<br> <span style="color:rgb(0,0,128);font-weight:bold">extends </span>AbstractSecurityWebApplicationInitializer {<br>}<br><br></pre>And by the way, no web.xml required at all if you use annotation config.<br></div>
<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>