I upgraded my application to Wildfly 11 and Keycloak with the new Elytron adapters, but it stopped working. I'm using bearer tokens to authenticate an angular application, I think it's something related to CORS because when I manually remove the "Origin" header, the request works and returns the expected result, otherwise it will return an empty response.
This is a keycloak bug in version 3.4.3-Final