Skip to content

Dependencies

LELEU Jérôme edited this page Sep 9, 2020 · 3 revisions

You need to add a dependency on:

  • jax-rs-pac4j
    1. for Jersey (>=2.29) : the jersey-pac4j library (groupId: org.pac4j, version: 4.0.0)
    2. for Jersey (>=2.26 && <2.29) : the jersey228-pac4j library (groupId: org.pac4j, version: 4.0.0)
    3. for Jersey (<2.26) : the jersey225-pac4j library (groupId: org.pac4j, version: 4.0.0)
    4. for Resteasy : the resteasy-pac4j library (groupId: org.pac4j, version: 4.0.0) and resteasy-cdi for CDI support
  • the appropriate pac4j submodules (groupId: org.pac4j, version: 4.0.3): pac4j-oauth for OAuth support (Facebook, Twitter...), pac4j-cas for CAS support, pac4j-ldap for LDAP authentication, etc.

All released artifacts are available in the Maven central repository.

Clone this wiki locally