Dependencies - pac4j/play-pac4j GitHub Wiki
You need to add the required dependencies:
- the
play-pac4j_2.12orplay-pac4j_2.13orplay-pac4j_3library:"org.pac4j" %% "play-pac4j" % "13.0.0-PLAYx.x"(wherex.xis2.8,2.9or3.0) - the appropriate
pac4jsubmodules (groupId: org.pac4j, version: 6.2.2):pac4j-oauthfor OAuth support (Facebook, Twitter...),pac4j-casfor CAS support,pac4j-ldapfor LDAP authentication, etc.
All released artifacts are available in the Maven central repository.