Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 682 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 682 Bytes

This jee-pac4j-demo project is a Java web application to test the jee-pac4j security library with various authentication mechanisms: Facebook, Twitter, form, basic auth, CAS, SAML, OpenID Connect, JWT...

Start & test

Build the project and launch the web app with jetty on http:https://localhost:8080:

cd jee-pac4j-demo
mvn clean package jetty:run

To test, you can call a protected url by clicking on the "Protected url by xxx" link, which will start the authentication process with the xxx provider.