Using Keycloak within Jetty as part of an Application

I am trying to configure Jetty to use Keycloak for access to the admin pages for Activemq.
As Jetty is embedded within Activemq I cannot take the war file apart.

I was wondering if anyone else had configured jetty using a jetty.xml file within Activemq or another application and wouldn’t mind sharing tips?