Skip to content

ec-ecss/CustomOauthCas5Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This cas-pac4j-oauth-demo project is a web demo for the CAS server to test authentication delegation for the OAuth, OpendID, CAS, SAML and OpenID Connect protocols. It's composed of two modules (web applications):

Start & test

To start quickly, build the project:

cd cas-pac4j-oauth-demo
mvn clean install

and launch the two web applications:

java -jar cas-pac4j-oauth-client-demo/target/cas.war

and

java -jar cas-pac4j-oauth-server-demo/target/cas2.war

To test:

  • call the http://localhost:8080/cas url and click on the appropriate login link
  • authenticate at your favorite provider (Facebook, Twitter...) or at the OAuth wrapped CAS server (jleleu/jleleu or leleuj/leleuj, url : _http://localhost:8081/cas2)
  • be redirected to the first CAS server and successfully authenticated.

About

Demo for a custom cas 5 oAuth client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages