Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(→Provided by others: Condense tamc's Ruby links into one renamed page) |
(→Provided by others: Add Python link) |
||
Line 21: | Line 21: | ||
* [[Ruby Support]] (including CGI, Webrick and Ruby on Rails) | * [[Ruby Support]] (including CGI, Webrick and Ruby on Rails) | ||
* [[JAVA Servlet Library]] | * [[JAVA Servlet Library]] | ||
* [[Python]] |
Revision as of 11:57, 1 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.
Suported by the Computing Service
- Apache authentication module (for Apache 1 and Apache 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