Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (26 loc) · 1.1 KB

File metadata and controls

37 lines (26 loc) · 1.1 KB

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)