Skip to content

HendrikLanghammer/vertx-pac4j-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note that branch 1.0.0 of this code is the version for use with vertx-pac4j v1 and vert.x v 2. This is also work in progress and several authenticators and endpoints are stil to be added

Master is for use with vertx-pac4j 2 and vert.x 3 onwards.

What is this project ?

This vertx-pac4j-demo project is a Java web demo to test the vertx-pac4j library with Facebook, Twitter, form authentication, basic auth, CAS...
The vertx-pac4j library is built to:

  • delegate authentication to a provider and be authenticated back in the protected application with a complete user profile retrieved from the provider
  • support direct authenticated calls.

Quick start & test

To build the demo:

cd vertx-pac4j-demo
mvn package

You can then run the demo with:

java -jar target/vertx-pac4j-demo-2.0.0-SNAPSHOT-fat.jar

Browse the demo on http://localhost:8080

About

Vertx demo to test the vertx-pac4j security library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.5%
  • HTML 5.3%
  • JavaScript 1.2%