<div dir="ltr">Hi all,<div>I have to create some multi-tenant rest apis secured by keycloak, following the multi-tenant example provided by the keycloak documentation.</div><div>So, in the same way the example shows, I have some rest api like:</div><div><br></div><div>/rest/api1/name/{id}</div><div><br></div><div>and I wold like to let these api to be multi tenant using urls like this one:</div><div><br></div><div><div>/tenant1/rest/api1/name/{id}   or /tenant2/rest/api1/name/{id} </div></div><div><br></div><div>I am using Jersey as Jax-RS implementation and the AS is Wildfly 9. </div><div>My KeycloakConfigResolver derived implementation seems to work well, because it receives the requests from KC and returns the correct KeycloakDeployment instance, but the rest  service is never called. If I temporary disable the resolver and I define a fixed realm, everything is ok calling the url without the tenant name part.<br></div><div>Please. do you have some idea?</div><div><div>Where do I can get a complete example?</div></div><div><br></div><div>--Vito</div><div><br></div></div>