ahmeddrira / cas-token-auth-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Groovy 64.4%Language:CSS 17.9%Language:C# 8.3%Language:PHP 3.6%Language:Java 2.8%Language:HTML 2.7%Language:JavaScript 0.2%