logisima-cas [cas] module
This module is for the Play 1.x series only.
This module is a CAS client for Play! application.
Features are :
- CAS authentification (with Gateway feature)
- Proxy CASification
- CAS Attribut
- CAS Mock Server
There is also a play application for testq purpose (with unit & selenium test) here: https://github.com/sim51/logisima-play-cas-test
http://github.com/sim51/logisima-play-cas
Written by BenoƮt Simard.
Published releases
| 3.1 | Jul 05 2011 | Documentation | Try Play |
| 3.0 | Jan 23 2011 | Documentation | Try Play |
| 2.0 | Jun 13 2010 | Documentation | Try Play |
| 1.0 | Jun 12 2010 | Documentation | Try Play |
To install locally this module use the install command:
play install cas-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> cas {version}