Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(→Provided by the Computing Service: IIS agent is for IIS 6 only) |
(Note m_u_l depricated) |
||
Line 22: | Line 22: | ||
* [[Servlet filter]] | * [[Servlet filter]] | ||
* [[Apache lookup module]] | * [[Apache lookup module]] Deprecated, for Apache 2.2 only (see [[Mod authnz ldap]] for a better way to impliment access control in Apache based on information in Lookup). | ||
==Provided by others== | ==Provided by others== |
Revision as of 13:07, 21 May 2015
To use Raven authentication on a webserver you need to implement a 'Application Agent'. This could be built-in to a web application (such as a CGI script or a PHP program), or it could be an 'Authentication handler' for the webserver that you are using.
Application Agents are available for various platforms and with varying levels of support.
If you add something new here you might want to send a short announcement to cs-raven-announce@lists.cam.ac.uk - it's a moderated list but relevant posts will be approved.
Supported by the Computing Service
- Apache authentication module (for Apache 1.3, 2.0, 2.2, 2.4)
- Raven Java Toolkit
Provided by the Computing Service
... but not officially supported
- Windows IIS authentication module (obsolete - for IIS V6 ONLY)
- Ucam-WebAuth-AA Perl module
- PHP library
- Crow - Raven intermediary
- Servlet filter
- Apache lookup module Deprecated, for Apache 2.2 only (see Mod authnz ldap for a better way to impliment access control in Apache based on information in Lookup).
Provided by others
- Tomcat authenticator and JAAS implementation
- Tomcat Valve
- Ruby Support (including CGI, Webrick and Ruby on Rails)
- JAVA Servlet Library
- Python
- Catalyst
- Drupal
- Coldfusion
- Symfony2