Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(→Supported by the [[inst:CS | Computing Service]]: 2.2 looks to be stable) |
|||
Line 7: | Line 7: | ||
==Supported by the [[inst:CS | Computing Service]]== | ==Supported by the [[inst:CS | Computing Service]]== | ||
* [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1.3 | * [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1.3, 2.0 and 2.2) | ||
** [[Debian packages#Apache authentication module | Debian package]] available | ** [[Debian packages#Apache authentication module | Debian package]] available | ||
** [[Installing the Apache authentication module under MacOS X]] | ** [[Installing the Apache authentication module under MacOS X]] |
Revision as of 17:37, 5 March 2007
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 and 2.2)
- Windows IIS authentication module (for IIS V6)
- Raven Java Toolkit
Provided by the Computing Service
... but not officially supported
- Apache lookup module: Not really Raven, but expected to be used in conjunction with Raven. This will become supported once we have more experience with it.
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