Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(Added other ruby application agents) |
m (Added a small link for more information about a Debian package as it didn't seem apropriate to describe it in full in the "CS Supported" section of the agents page.) |
||
Line 5: | Line 5: | ||
==Suported by the Computing Service== | ==Suported by the Computing Service== | ||
* [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1 and Apache 2) | * [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1 and Apache 2) ([[Debian packages#Apache authentication module | Debian package]] available) | ||
==Provided by the Computing Service but not directly supported== | ==Provided by the Computing Service but not directly supported== |
Revision as of 00:26, 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)
Provided by the Computing Service but not directly supported
Provided by others
- Tomcat authenticator and JAAS implementation
- Tomcat Valve
- Ruby CGI scripts
- I also have ruby scripts to authenticate via raven using a webrick server and for ruby on rails applications. Contact tamc2 if you need them (I will clean them up and post them at some point).