Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(→Suported by the Computing Service: 2.2 is reported as working) |
(Typo fix) |
||
Line 7: | Line 7: | ||
==Suported by the Computing Service== | ==Suported by the Computing Service== | ||
* [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1.3 and Apache 2.0 and | * [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1.3 and Apache 2.0 and apparently also for 2.2) ([[Debian packages#Apache authentication module | Debian package]] available) | ||
* [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit] | * [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit] | ||
Revision as of 21:59, 2 December 2005
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.
Suported by the Computing Service
- Apache authentication module (for Apache 1.3 and Apache 2.0 and apparently also for 2.2) ( Debian package available)
- Raven Java Toolkit
Provided by the Computing Service
... but not officially supported
Provided by others
- Tomcat authenticator and JAAS implementation
- Tomcat Valve
- Ruby Support (including CGI, Webrick and Ruby on Rails)
- JAVA Servlet Library
- Python