Skip to content

Demo webapps to test CAS/OAuth/OpenID client support and OAuth server support in CAS version >= 4.0.0

Notifications You must be signed in to change notification settings

jkacer/cas-pac4j-oauth-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this project?

This project cas-pac4j-oauth-demo has been created to test the OAuth/OpendID/CAS support in CAS server version >= 4.0.0. It's composed of two modules:

Quick start & test

To start quickly, build the project:

mvn clean install

and start the two web applications with jetty:

cd cas-pac4j-oauth-client-demo
mvn jetty:run

To test,

  • call the http://localhost:8080/cas url and click on "Authenticate with ..." (on the CAS server configured in OAuth client mode)
  • authenticate at your favorite provider (Facebook, Twitter...) or at the OAuth wrapped CAS server (same password as login, url : http://localhost:8080/cas2)
  • be redirected to the first CAS server and successfully authenticated.

Manual deployment

You can also deploy manually these two web applications in your favorite web applications server:

About

Demo webapps to test CAS/OAuth/OpenID client support and OAuth server support in CAS version >= 4.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%