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...
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...