pac4j / undertow-pac4j-demo

Demo webapp to test the undertow-pac4j library for Undertow

Home Page:http://www.pac4j.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This undertow-pac4j-demo project is an Undertow web application to test the undertow-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 on http://localhost:8080:

cd undertow-pac4j-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.

About

Demo webapp to test the undertow-pac4j library for Undertow

http://www.pac4j.org

License:Apache License 2.0


Languages

Language:Java 98.3%Language:JavaScript 1.7%