[keycloak-user] jaxrs integration

Sebastien Blanc sblanc at redhat.com
Thu Mar 21 13:40:48 EDT 2019


On which Application(/Servlet) server do you deploy ? You might want to use
the Tomcat/Undertow/Jetty adapter or the Wildfly adapter That will work
fine to protect your jaxrs endpoints.

On Thu, Mar 14, 2019 at 5:23 PM mhd wrk <mhdwrkoffice at gmail.com> wrote:

> 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
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


More information about the keycloak-user mailing list