Application agents: Difference between revisions

From RavenWiki
Jump to navigationJump to search
(→‎Provided by others: Add Symfony2 Bundle)
(13 intermediate revisions by 5 users not shown)
Line 5: Line 5:
If you add something new here you might want to send a short announcement to [mailto:cs-raven-announce@lists.cam.ac.uk cs-raven-announce@lists.cam.ac.uk] - it's a moderated list but relevant posts will be approved.
If you add something new here you might want to send a short announcement to [mailto:cs-raven-announce@lists.cam.ac.uk cs-raven-announce@lists.cam.ac.uk] - it's a moderated list but relevant posts will be approved.


==Supported by the [[inst:CS | Computing Service]]==
==Supported by the [[inst:UIS | University Information Services]]==


* [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 1.3, 2.0 and 2.2)  
* [http://raven.cam.ac.uk/project/apache/ Apache authentication module] (for Apache 2.0, 2.2, 2.4)  
** [[Debian packages#Apache authentication module | Debian package]] available
** [[Installing the Apache authentication module under MacOS X]]
** [[Installing the Apache authentication module under MacOS X]]
* [http://raven.cam.ac.uk/project/iis/ Windows IIS authentication module] (for IIS V6)
* [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit]
* [http://raven.cam.ac.uk/project/java-toolkit/ Raven Java Toolkit]


==Provided by the [[inst:CS | Computing Service]]==
==Provided by the [[inst:UIS | University Information Services]]==


... but not officially supported
... but not officially supported


* [http://raven.cam.ac.uk/project/iis/ Windows IIS authentication module] (obsolete - for IIS V6 ONLY)
* [[Ucam-WebAuth-AA Perl module]]
* [[Ucam-WebAuth-AA Perl module]]
* [[PHP library]]
* [[PHP library]]
* [[Crow - Raven intermediary]]
* [[Servlet filter]]
* [[Servlet filter]]


* [[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.
* [[Apache lookup module]] Deprecated, for Apache 2.2 only (see [[Mod authnz ldap]] for a better way to implement access control in Apache based on information in Lookup).
 
* [https://wiki.cam.ac.uk/raven/Django-ucamwebauth Django module ] Currently used by Development Operations within UIS


==Provided by others==
==Provided by others==
Line 33: Line 33:
* [[Catalyst]]
* [[Catalyst]]
* [[Drupal]]
* [[Drupal]]
* [[Coldfusion]]
* [https://github.com/misd-service-development/raven-bundle Symfony2]
* [https://github.com/misd-service-development/raven-bundle Symfony2]

Revision as of 08:49, 11 May 2018

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 University Information Services

Provided by the University Information Services

... but not officially supported

Provided by others