Source: simplesamlphp
Section: web
Priority: extra
Maintainer: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 9)
Homepage: https://simplesamlphp.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/simplesamlphp.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/simplesamlphp.git/
Standards-Version: 3.9.8

Package: simplesamlphp
Architecture: all 
Depends: php, libapache2-mod-php | php-cgi,
 openssl (>= 0.9.8g), zlib1g, php-mcrypt,
 apache2 | httpd, ${misc:Depends}
Recommends: php-cli, php-json
Suggests: mysql-server (>= 5), php-ldap,
 php-radius, php-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.
  * Shibboleth 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.

