shibboleth [shibboleth] module
This module is for the Play 1.x series only.
Allow users to login to your Play! application via Shibboleth.
Shibboleth is a federated identity management protocol popular in higher education. The protocol provides a single sign on service across multiple organizational boundaries with secure attribute delivery. Shibboleth support requires that your application be proxies behind a Shibboleth capable web server such as Apache, Lighttpd, or IIS with the corresponding Shibboleth module installed. For more information on the protocol visit:
http://shibboleth.internet2.edu/
https://github.com/TAMULib/Shibboleth-play
Written by Scott Phillips.
Published releases
1.2 | Jan 30 2012 | Documentation | Try Play |
head | Jan 23 2012 | Documentation | Try Play |
1.1 | Dec 20 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install shibboleth-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> shibboleth {version}