Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 739 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 739 Bytes

This spring-webmvc-pac4j-demo project is a Spring Web MVC application secured by the spring-webmvc-pac4j security library with various authentication mechanisms: Facebook, Twitter, form, basic auth, CAS, SAML, OpenID Connect, JWT...

Run and test

You can build the project and run the web app via jetty on http://localhost:8080 using the following commands:

cd spring-webmvc-pac4j-demo
mvn clean package jetty:run

For your tests, click on the "Protected url by xxx" link to start the login process with the xxx identity provider...