Is it possible (or can it be possible in the future) to get the KeycloakSecurityContext out of javax.ejb.SessionContext?  I am using Wildfly with the Wildfly adapter, and the only way I could figure out how to get it (based on the example code) is from the HttpServletRequest.  It would be cool if it made its way into the SessionContext somehow...

Alarik