Skip to content

epierce/cas-token-auth-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cas-token-auth-examples

CAS server

A Maven overlay of CAS server with just the required changes to test the cas-server-extension-token module.

To start the CAS server:

  1. Install Maven
  2. Install Tomcat
  3. mvn clean package
  4. cp target/cas.war $TOMCAT/webapps/.
  5. $TOMCAT/bin/startup.sh

Client examples

Example applications that accept user input and generate a token. Each of the applications are built using Twitter Bootstrap and accepts the following data from the user:

  • CAS server URL
  • Username
  • First Name
  • Last Name
  • Email address

###PHP Requires MCrypt and the MCrypt PHP module.

###Grails Built with Grails 2.2.2 using the Kickstart with Bootstrap plugin

###DotNet Built using the standard .Net libraries using Mono 2.10.x.

###Ruby on Rails (to-do)

###Django (to-do)

###Node (to-do)

About

Example projects that demonstrate how to use cas-server-extension-token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published