I have successfully installed and configured JBPM 7.40.0 and Keycloak 11.0.0 on the same server instance as per the documentation . I can succesfully do GET http://myserver/kie-server/services/rest/server using basic authentication. Performing the same call with a JWTToken I succesfully got from keycloak however results in UnAuthorized. As the same user authenticates via Basic Authentication the roles are fine. Why is Oauth failing? Do I need to configure something on my JBPM install to get it to run?
Note that I am running the kie server and business central on the same wildfly instance.