-
Notifications
You must be signed in to change notification settings - Fork 20
Dependencies
CAS in the cloud LELEU Jérôme edited this page Apr 23, 2024
·
3 revisions
You need to add a dependency on:
- jax-rs-pac4j
- for Jersey version X: the
jerseyX-pac4j
library (groupId: org.pac4j, version: 6.0.1) - for Resteasy version X: the
resteasyX-pac4j
library (groupId: org.pac4j, version: 6.0.1)
- for Jersey version X: the
- the appropriate
pac4j
submodules (groupId: org.pac4j, version: 5.7.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.