Apache的单点登录模块 mod_auth_pubtkt

jopen 12年前

mod_auth_pubtkt 是 Apache 的简单 Web 单点登录解决方案。它具有以下特性:

  • support for Apache web servers
  • few/no external dependencies – make impact of installing SSO on existing web servers as small as possible
  • can handle simple authorization (each web server can test whether a user may access a resource without having to ask a remote server)
  • simple installation/configuration
  • interfaces to various authentication backends (SQL databases, LDAP, RADIUS, ...) should be easy to implement
  • reasonably secure
  • free/open source

项目主页:http://www.open-open.com/lib/view/home/1338854823000