The project I'm working on uses JAXRS/Jersey for REST and Spring Boot for
wiring (DI). As of now we have our own Authentication/Authorization
components based on JAXRS filters. What's the best way to replace the
in-house components with KeyCloak?
BTW, looking at the adapters under oidc adapters
<
https://github.com/keycloak/keycloak/tree/master/adapters/oidc>, seems to
me the *jaxrs-outh-client* and *spring-boot2* might be the right
candidates. However the first one is deprecated and the second one relies
on spring-web which we are not using.
Thanks,
Mohammad