<div dir="ltr">I have a WAR application that packages some JAX-RS services and an AngularJS UI talking to them. No classic HTML/JSF stuff at all.<div><br></div><div>The app is running on WildFly and the Keycloak adapter with authentication is already working and I can e.g. secure the JAX-RS endpoints with @RolesAllowed etc.</div><div><br></div><div>My question is now what the recommended way is to get user role information in the AngularJS part of the app? Since the authentication is not done in JS I don&#39;t think keycloak.js would work? Can/should the keycloak.js adapter get combined with the WildFly adapter or is there a different way to get something like kc.hasRealmRole() to work?</div><div><br></div><div>Thanks</div></div>