1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: simplesamlphp
Section: web
Priority: extra
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Uploaders: Thomas Zangerl <tzangerl@pdc.kth.se>
Build-Depends: debhelper (>= 9)
Homepage: http://simplesamlphp.org/
Vcs-Git: git://git.assembla.com/confusa_packaging
Vcs-Browser: http://www.assembla.com/code/confusa_packaging/git/nodes
Standards-Version: 3.9.6
Package: simplesamlphp
Architecture: all
Depends: php5, libapache2-mod-php5 | php5-cgi,
openssl (>= 0.9.8g), php-xml-parser (>= 1.2.8), zlib1g,
php5-mhash, php5-mcrypt, php-openid,
apache2 | httpd, ${misc:Depends}
Recommends: php5-cli, php5-json
Suggests: mysql-server (>= 5), php5-ldap,
php5-radius, php5-mysql
Description: Authentication and federation application supporting several protocols
simpleSAMLphp, with its support for several authentication mechanisms
and federation protocols, can be used for local authentication, as a
service provider or identity provider. It currently supports the
following protocols:
.
* SAML 2.0 as a Service or Identity Provider.
* Shiboleth 1.3 as a Service or Identity Provider.
* A-Select as a Service or Identity Provider
* CAS for remote authentication
* OpenID as a Provider or Consumer
* WS-Federation as a Service Provider
.
Further authentication providers can be added in form of modules. Other
features are protocol bridging, eduGAIN compatibility, attribute mapping
and attribute release consent.
|