/spring-security-pac4j-boot-demo

Spring Boot demo to test the spring-security-pac4j security library

Primary LanguageJava

This spring-security-pac4j-boot-demo project is a Spring Boot application to test the spring-security-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://localhost:8080:

cd spring-security-pac4j-boot-demo
mvn clean compile exec:java

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.
Or you can click on the "Authenticate with xxx" link to manually start the authentication process with the xxx provider.