Application agents: Difference between revisions
From RavenWiki
Jump to navigationJump to search
(→Provided by others: Adding Tomcat Valve) |
m (Fix typo) |
||
Line 15: | Line 15: | ||
==Provided by others== | ==Provided by others== | ||
* [[Tomcat authenticator and JAAS | * [[Tomcat authenticator and JAAS implementation]] | ||
* [[Tomcat Valve]] | * [[Tomcat Valve]] | ||
* [[Ruby CGI scripts]] | * [[Ruby CGI scripts]] |
Revision as of 17:01, 30 November 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)